Skip to content

Commit

Permalink
GitHub Runners - MacOS image update (12 -> 15)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Oct 18, 2024
1 parent f17b192 commit 6cc6f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macOS-12 ]
os: [ windows-2019, ubuntu-20.04, macOS-15 ]
dotnet-version: [ '3.1.x', '6.0.x' ]

steps:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macOS-12 ]
os: [ windows-2019, ubuntu-20.04, macOS-15 ]
dotnet-version: [ '3.1.x' ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macOS-12 ]
os: [ windows-2019, ubuntu-20.04, macOS-15 ]
dotnet-version: [ '3.1.x' ]

steps:
Expand Down

0 comments on commit 6cc6f86

Please sign in to comment.