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 0b586c4 commit db91085Copy full SHA for db91085
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
test:
32
needs: pre_job
33
if: needs.pre_job.outputs.should_skip != 'true'
34
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
35
runs-on: ${{ matrix.os }}
36
continue-on-error: ${{ matrix.version == 'nightly' }}
37
strategy:
@@ -45,14 +45,11 @@ jobs:
45
- ubuntu-latest
46
- macOS-latest
47
- windows-latest
48
- arch:
49
- - x64
50
steps:
51
- uses: actions/checkout@v4
52
- uses: julia-actions/setup-julia@v2
53
with:
54
version: ${{ matrix.version }}
55
- arch: ${{ matrix.arch }}
56
- uses: actions/cache@v4
57
env:
58
cache-name: cache-artifacts
0 commit comments