Skip to content

Commit

Permalink
ci: use macos-11 instead of latest because of higher availability
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 29, 2024
1 parent 6fa90dd commit 10b1728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-11 # macos-latest -> more macos-11 runners than macos-12 available
- windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15
Expand Down

0 comments on commit 10b1728

Please sign in to comment.