Skip to content

Commit 33bb620

Browse files
committed
Update CI: Test min + LTS and test macOS with native binaries
1 parent c3ba21c commit 33bb620

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,24 @@ on:
66

77
jobs:
88
test:
9-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
9+
name: Julia ${{ matrix.version }} - ${{ matrix.os }}
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
1313
version:
14-
- "1.10"
14+
- "min"
15+
- "lts"
1516
- "1"
1617
- "pre"
1718
os:
1819
- ubuntu-latest
1920
- macOS-latest
2021
- windows-latest
21-
arch:
22-
- x64
2322
steps:
2423
- uses: actions/checkout@v5
2524
- uses: julia-actions/setup-julia@v2
2625
with:
2726
version: ${{ matrix.version }}
28-
arch: ${{ matrix.arch }}
2927
- uses: julia-actions/cache@v2
3028
- uses: julia-actions/julia-buildpkg@v1
3129
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)