Skip to content

Commit

Permalink
fix: update release macos runners (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Feb 1, 2024
1 parent a7e1a8c commit 2272316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
target: x86_64-pc-windows-msvc
- os: ubuntu-2004-8-cores
target: x86_64-unknown-linux-gnu
- os: macos-12-xl
- os: macos-12-large
target: x86_64-apple-darwin
- os: macos-12-xl
- os: macos-13-xlarge
target: aarch64-apple-darwin

name: Build release (${{ matrix.target }})
Expand Down

0 comments on commit 2272316

Please sign in to comment.