We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db7a7 commit a7c2b65Copy full SHA for a7c2b65
1 file changed
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ concurrency:
12
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
13
jobs:
14
test:
15
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
16
runs-on: ${{ matrix.os }}
17
strategy:
18
fail-fast: false
@@ -24,14 +24,11 @@ jobs:
24
- ubuntu-latest
25
- macos-latest
26
- windows-latest
27
- arch:
28
- - x64
29
steps:
30
- uses: actions/checkout@v6
31
- uses: julia-actions/setup-julia@v2
32
with:
33
version: ${{ matrix.version }}
34
- arch: ${{ matrix.arch }}
35
- uses: actions/cache@v5
36
env:
37
cache-name: cache-artifacts
0 commit comments