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 06741d7 commit 8c49e3cCopy full SHA for 8c49e3c
.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
strategy:
37
fail-fast: false
@@ -43,14 +43,11 @@ jobs:
43
- ubuntu-latest
44
- macOS-latest
45
- windows-latest
46
- arch:
47
- - x64
48
steps:
49
- uses: actions/checkout@v4
50
- uses: julia-actions/setup-julia@v2
51
with:
52
version: ${{ matrix.version }}
53
- arch: ${{ matrix.arch }}
54
- uses: actions/cache@v4
55
env:
56
cache-name: cache-artifacts
0 commit comments