We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e577b35 commit a16c8f9Copy full SHA for a16c8f9
1 file changed
.github/workflows/CI.yml
@@ -28,19 +28,11 @@ jobs:
28
- 'min' # earliest supported
29
- '1' # latest release
30
- 'nightly'
31
- os:
32
- - ubuntu-latest
33
- - macOS-latest
+ os: ubuntu-latest
+ arch: [ 'x86', 'x64' ]
34
include:
35
- - os: ubuntu-latest
36
- arch: x86
37
38
- arch: x64
39
- - os: macOS-latest
40
- arch: arm64
41
- exclude:
42
43
- version: min
+ - { os: macOS-latest, arch: arm64, version: '1' }
+ - { os: macOS-latest, arch: arm64, version: 'nightly' }
44
steps:
45
- uses: actions/checkout@v6
46
- uses: julia-actions/setup-julia@v3
0 commit comments