This is an automated email from the ASF dual-hosted git repository. freeandnil pushed a commit to branch Feature/FixMacOS in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
commit aab079170989ce80958d070d1bee1a4a0f4755bb Author: Jan Friedrich <[email protected]> AuthorDate: Thu Aug 21 20:43:20 2025 +0200 switch to macos-14 - mono no longer works on macos-15 --- .github/workflows/build.yaml | 6 +++--- src/log4net.Tests/log4net.Tests.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6c0a06d1..86205a46 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-latest, ubuntu-22.04, windows-latest ] + os: [ macos-14, ubuntu-22.04, windows-latest ] env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 @@ -53,7 +53,7 @@ jobs: - name: Build run: | dotnet build ./src/log4net.sln - + - name: Test run: | - dotnet test ./src/log4net.sln + dotnet test ./src/log4net.sln \ No newline at end of file diff --git a/src/log4net.Tests/log4net.Tests.csproj b/src/log4net.Tests/log4net.Tests.csproj index b144e43a..4a1895ed 100644 --- a/src/log4net.Tests/log4net.Tests.csproj +++ b/src/log4net.Tests/log4net.Tests.csproj @@ -55,4 +55,4 @@ </None> </ItemGroup> <Import Project="../MonoForFramework.targets" /> -</Project> +</Project> \ No newline at end of file
