Skip to content

Commit aab0791

Browse files
committed
switch to macos-14 - mono no longer works on macos-15
1 parent 7163147 commit aab0791

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
os: [ macos-latest, ubuntu-22.04, windows-latest ]
36+
os: [ macos-14, ubuntu-22.04, windows-latest ]
3737

3838
env:
3939
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build
5454
run: |
5555
dotnet build ./src/log4net.sln
56-
56+
5757
- name: Test
5858
run: |
59-
dotnet test ./src/log4net.sln
59+
dotnet test ./src/log4net.sln

src/log4net.Tests/log4net.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
</None>
5656
</ItemGroup>
5757
<Import Project="../MonoForFramework.targets" />
58-
</Project>
58+
</Project>

0 commit comments

Comments
 (0)