We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdadc0c commit 4a0eccaCopy full SHA for 4a0ecca
.github/workflows/ci.yml
@@ -28,14 +28,18 @@ jobs:
28
- '1.9'
29
os:
30
- ubuntu-latest
31
- - macOS-latest
32
- windows-latest
33
arch:
34
- x64
35
- x86
36
- exclude:
+ include:
+ - os: macOS-latest
37
+ arch: aarch64
38
+ version: '1'
39
- os: macOS-latest
- arch: x86
40
41
+ version: 'nightly'
42
+ exclude:
43
- os: windows-latest # Killing workers doesn't work on windows in 1.9
44
version: '1.9'
45
0 commit comments