Skip to content

Commit

Permalink
ci: use M1 macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Feb 15, 2024
1 parent c225b63 commit 1d29a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
os: macos-latest
os: macos-14
- target: aarch64-apple-darwin
os: macos-latest
os: macos-14
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: x86_64-unknown-linux-gnu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
# builder: cross

- target: x86_64-apple-darwin
os: macos-latest
os: macos-14
name: macos-x64.zip

- target: aarch64-apple-darwin
os: macos-latest
os: macos-14
name: macos-arm64.zip

- target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 1d29a3a

Please sign in to comment.