We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ded80 commit 0d017caCopy full SHA for 0d017ca
.github/workflows/test.yml
@@ -28,17 +28,24 @@ jobs:
28
- ubuntu-latest
29
- windows-latest
30
arch:
31
+ - aarch64
32
- x64
- include:
33
- # macOS on aarch64
+ exclude:
34
- os: macOS-latest
35
- arch: aarch64
36
version: '1.6'
37
- - os: macOS-latest
+ - os: ubuntu-latest
38
arch: aarch64
39
- version: '1.10'
40
+ - os: windows-latest
41
+ include:
+ - os: macOS-13 # x64
42
+ arch: x64
43
+ version: '1.6'
44
45
46
+ version: '1.10'
47
48
49
version: '1'
50
51
- os: ubuntu-latest
0 commit comments