Skip to content

Commit 6635ae4

Browse files
authored
Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwin
Update OSX builds to arm
2 parents cb19a46 + b2370f2 commit 6635ae4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- os: macos-latest
2828
rust_target: x86_64-msvc
2929
- os: windows-latest
30-
rust_target: x86_64-apple-darwin
30+
rust_target: aarch64-apple-darwin
3131
- os: ubuntu-latest
3232
rust_target: x86_64-msvc
3333
- os: ubuntu-latest
34-
rust_target: x86_64-apple-darwin
34+
rust_target: aarch64-apple-darwin
3535
channel:
3636
- stable
3737
- beta
@@ -43,7 +43,7 @@ jobs:
4343
rust_target:
4444
- x86_64-gnu
4545
- x86_64-msvc
46-
- x86_64-apple-darwin
46+
- aarch64-apple-darwin
4747

4848
steps:
4949
- name: Checkout repository

.github/workflows/outdated.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1515

16+
- name: Install Rust Toolchain
17+
run: rustup update stable
18+
1619
- name: Install cargo-outdated
1720
run: cargo install cargo-outdated
1821

0 commit comments

Comments
 (0)