We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163147 commit aab0791Copy full SHA for aab0791
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
- os: [ macos-latest, ubuntu-22.04, windows-latest ]
+ os: [ macos-14, ubuntu-22.04, windows-latest ]
37
38
env:
39
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -53,7 +53,7 @@ jobs:
53
- name: Build
54
run: |
55
dotnet build ./src/log4net.sln
56
-
+
57
- name: Test
58
59
- dotnet test ./src/log4net.sln
+ dotnet test ./src/log4net.sln
src/log4net.Tests/log4net.Tests.csproj
@@ -55,4 +55,4 @@
</None>
</ItemGroup>
<Import Project="../MonoForFramework.targets" />
-</Project>
+</Project>
0 commit comments