We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def5e59 commit 6c9a5c6Copy full SHA for 6c9a5c6
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
test:
31
needs: pre_job
32
if: needs.pre_job.outputs.should_skip != 'true'
33
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
34
runs-on: ${{ matrix.os }}
35
strategy:
36
fail-fast: false
@@ -42,14 +42,11 @@ jobs:
42
- ubuntu-latest
43
- macOS-latest
44
- windows-latest
45
- arch:
46
- - x64
47
steps:
48
- uses: actions/checkout@v4
49
- uses: julia-actions/setup-julia@v2
50
with:
51
version: ${{ matrix.version }}
52
- arch: ${{ matrix.arch }}
53
- uses: actions/cache@v4
54
env:
55
cache-name: cache-artifacts
0 commit comments