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.
2 parents 4b4f654 + 3f7f068 commit cd3a532Copy full SHA for cd3a532
.github/workflows/test.yml
@@ -12,15 +12,16 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- julia-version: ['1', '^1.10.0-rc1', 'nightly']
16
- os: [ubuntu-latest, windows-latest, macOS-latest]
17
- arch: [x64, x86]
18
- exclude:
+ julia-version: ['1', 'lts']
+ os: [ubuntu-latest, windows-latest]
+ arch: [x64]
+ include:
19
- os: macOS-latest
20
- arch: x86
+ arch: aarch64
21
+ julia-version: '1'
22
steps:
23
- uses: actions/checkout@v4
- - uses: julia-actions/setup-julia@v1
24
+ - uses: julia-actions/setup-julia@v2
25
with:
26
version: ${{ matrix.julia-version }}
27
- uses: julia-actions/cache@v2
0 commit comments