Skip to content

Commit

Permalink
ci: Use new macos-xl runners. (#810)
Browse files Browse the repository at this point in the history
* ci: Use new macos-xl runners.

* Try 13.
  • Loading branch information
milesj committed May 1, 2023
1 parent ce39cb4 commit 7e4eae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [buildjet-4vcpu-ubuntu-2204, macos-latest, self-hosted-windows-t2-2xl]
os: [buildjet-4vcpu-ubuntu-2204, macos-13-xl, self-hosted-windows-t2-2xl]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7e4eae7

Please sign in to comment.