Skip to content

Commit 294c4b9

Browse files
authored
Change GH Actions for PR to run on macos-14 instead of macos-latest (#1769)
1 parent 24c674f commit 294c4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet test --configuration Release --logger GitHubActions
3535

3636
macos:
37-
runs-on: macos-latest
37+
runs-on: macos-14
3838
env:
3939
DOTNET_NOLOGO: true
4040
DOTNET_CLI_TELEMETRY_OPTOUT: 1

0 commit comments

Comments
 (0)