Skip to content

Commit bba6778

Browse files
committed
Native architecture for Apple Silicon
1 parent 71a244e commit bba6778

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
# Platform supports is limited for tests (no aarch64)
33+
# Platform supports is limited for tests
3434
- os: windows-latest
3535
target: x86_64-pc-windows-msvc
3636
- os: macos-latest
37-
target: x86_64-apple-darwin
37+
target: aarch64-apple-darwin
3838
e2e-testing: true
3939
- os: ubuntu-latest
4040
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)