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 43eb025 commit 4d3b387Copy full SHA for 4d3b387
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
- '.github/workflows/TagBot.yml'
15
jobs:
16
test:
17
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
18
runs-on: ${{ matrix.os }}
19
strategy:
20
fail-fast: false
@@ -26,14 +26,11 @@ jobs:
26
- ubuntu-latest
27
- macOS-latest
28
- windows-latest
29
- arch:
30
- - x64
31
steps:
32
- uses: actions/checkout@v4
33
- uses: julia-actions/setup-julia@v2
34
with:
35
version: ${{ matrix.version }}
36
- arch: ${{ matrix.arch }}
37
- uses: actions/cache@v4
38
env:
39
cache-name: cache-artifacts
0 commit comments