Skip to content

Commit

Permalink
Change GH Actions for PR to run on macos-14 instead of macos-latest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Jan 31, 2024
1 parent 24c674f commit 294c4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet test --configuration Release --logger GitHubActions

macos:
runs-on: macos-latest
runs-on: macos-14
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down

0 comments on commit 294c4b9

Please sign in to comment.