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 8fcd233 commit 447144fCopy full SHA for 447144f
.github/workflows/CI.yml
@@ -32,16 +32,23 @@ jobs:
32
- 'nightly'
33
os:
34
- ubuntu-latest
35
- - macOS-latest
+ - macos-latest
36
- windows-latest
37
arch:
38
- - x64
+ - ''
39
+ exclude:
40
+ - os: macos-latest # Apple Silicon
41
+ version: '1.0'
42
+ arch: ''
43
44
+ version: '1.6'
45
46
steps:
47
- uses: actions/checkout@v4
48
- uses: julia-actions/setup-julia@v2
49
with:
50
version: ${{ matrix.version }}
- arch: ${{ matrix.arch }}
51
+ arch: ${{ (matrix.arch == '') && runner.arch || matrix.arch }}
52
- uses: julia-actions/cache@v2
53
- uses: julia-actions/julia-buildpkg@v1
54
- uses: julia-actions/julia-runtest@v1
0 commit comments