Skip to content

Commit

Permalink
use slightly larger macos runner (#1233)
Browse files Browse the repository at this point in the history
we can't use the m1 macos runners because those cost money
  • Loading branch information
baronfel authored Feb 15, 2024
1 parent 3d2174f commit d068d9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
timeout-minutes: 40 # we have a locking issue, so cap the runs at ~20m to account for varying build times, etc
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os:
- windows-latest
- macos-13 # using 13 because it's a bigger machine, and latest is still pointing to 12
- ubuntu-latest
dotnet-version: ["", "6.0.x", "7.0.x", "8.0.x"]
# these entries will mesh with the above combinations
include:
Expand Down

0 comments on commit d068d9b

Please sign in to comment.