Skip to content

Commit

Permalink
ci: add macos-13-xlarge runs-on target
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Oct 2, 2023
1 parent ba9f45e commit d2629a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-13-xlarge
- ubuntu-22.04
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit d2629a3

Please sign in to comment.