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 008b2f3 commit 4772d08Copy full SHA for 4772d08
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
tags: '*'
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
@@ -20,14 +20,11 @@ jobs:
20
- ubuntu-latest
21
- macOS-latest
22
- windows-latest
23
- arch:
24
- - x64
25
steps:
26
- uses: actions/checkout@v4
27
- uses: julia-actions/setup-julia@v2
28
with:
29
version: ${{ matrix.version }}
30
- arch: ${{ matrix.arch }}
31
- uses: actions/cache@v1
32
env:
33
cache-name: cache-artifacts
0 commit comments