We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2af91f commit ebd3675Copy full SHA for ebd3675
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
jobs:
9
test:
10
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
11
runs-on: ${{ matrix.os }}
12
strategy:
13
fail-fast: false
@@ -18,14 +18,11 @@ jobs:
18
- 'nightly'
19
os:
20
- ubuntu-latest
21
- arch:
22
- - x64
23
steps:
24
- uses: actions/checkout@v4
25
- uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
- arch: ${{ matrix.arch }}
29
- uses: actions/cache@v1
30
env:
31
cache-name: cache-artifacts
0 commit comments