Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d017ca

Browse files
committedNov 2, 2024·
Fixup
1 parent e1ded80 commit 0d017ca

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
 

‎.github/workflows/test.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,24 @@ jobs:
2828
- ubuntu-latest
2929
- windows-latest
3030
arch:
31+
- aarch64
3132
- x64
32-
include:
33-
# macOS on aarch64
33+
exclude:
3434
- os: macOS-latest
35-
arch: aarch64
3635
version: '1.6'
37-
- os: macOS-latest
36+
- os: ubuntu-latest
3837
arch: aarch64
39-
version: '1.10'
40-
- os: macOS-latest
38+
- os: windows-latest
4139
arch: aarch64
40+
include:
41+
- os: macOS-13 # x64
42+
arch: x64
43+
version: '1.6'
44+
- os: macOS-13 # x64
45+
arch: x64
46+
version: '1.10'
47+
- os: macOS-13 # x64
48+
arch: x64
4249
version: '1'
4350

4451
- os: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.