Skip to content

Commit

Permalink
Switch CI to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jul 1, 2024
1 parent 491557b commit e0f3513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
matrix:
toolchain:
- stable-x86_64-pc-windows-msvc
- stable-x86_64-apple-darwin
- stable-aarch64-apple-darwin
- stable-x86_64-unknown-linux-gnu
- beta-x86_64-unknown-linux-gnu
- nightly-x86_64-unknown-linux-gnu
include:
- toolchain: stable-x86_64-pc-windows-msvc
toolchain_nightly: nightly-2024-06-01-x86_64-pc-windows-msvc
os: windows-latest
- toolchain: stable-x86_64-apple-darwin
toolchain_nightly: nightly-2024-06-01-x86_64-apple-darwin
- toolchain: stable-aarch64-apple-darwin
toolchain_nightly: nightly-2024-06-01-aarch64-apple-darwin
os: macos-latest
args: "--features vendored-openssl,vendored-libgit2"
- toolchain: stable-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e0f3513

Please sign in to comment.