There was an error while loading. Please reload this page.
1 parent 71a244e commit bba6778Copy full SHA for bba6778
1 file changed
.github/workflows/tests.yml
@@ -30,11 +30,11 @@ jobs:
30
fail-fast: false
31
matrix:
32
include:
33
- # Platform supports is limited for tests (no aarch64)
+ # Platform supports is limited for tests
34
- os: windows-latest
35
target: x86_64-pc-windows-msvc
36
- os: macos-latest
37
- target: x86_64-apple-darwin
+ target: aarch64-apple-darwin
38
e2e-testing: true
39
- os: ubuntu-latest
40
target: x86_64-unknown-linux-gnu
0 commit comments