We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c0a8a commit daf2464Copy full SHA for daf2464
1 file changed
.github/workflows/tests-nightly.yml
@@ -10,20 +10,18 @@ on:
10
11
jobs:
12
tests:
13
- name: Test Julia (${{ matrix.jlversion }}, ${{ matrix.os }}-${{ matrix.arch }})
+ name: Test Julia (${{ matrix.jlversion }}, ${{ matrix.os }})
14
runs-on: ${{ matrix.os }}
15
strategy:
16
fail-fast: false
17
matrix:
18
- arch: [x64] # x86 unsupported by MicroMamba
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
jlversion: ['~1.9.0-0', 'nightly']
21
steps:
22
- uses: actions/checkout@v6
23
- uses: julia-actions/setup-julia@v3
24
with:
25
version: ${{ inputs.jl_version }}
26
- arch: ${{ matrix.arch }}
27
- uses: actions/cache@v5
28
env:
29
cache-name: cache-artifacts
0 commit comments