Skip to content

Commit 5ea95c6

Browse files
committed
more
1 parent bd9137f commit 5ea95c6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: '0 0 * * 1' # runs 00:00 UTC on every Monday
1111
jobs:
1212
test:
13-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
13+
name: Julia ${{ matrix.version }} - ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
@@ -22,14 +22,16 @@ jobs:
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest
25-
arch:
26-
- default
25+
include:
26+
- os: windows-latest
27+
version: '1'
28+
- os: macos-latest
29+
version: '1'
2730
steps:
2831
- uses: actions/checkout@v5
2932
- uses: julia-actions/setup-julia@v2
3033
with:
3134
version: ${{ matrix.version }}
32-
arch: ${{ matrix.arch }}
3335
show-versioninfo: true
3436
- uses: julia-actions/cache@v2
3537
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)