Skip to content

Commit c6c6a48

Browse files
committed
Add testing on 1.10 (lts)
1 parent 8e0a762 commit c6c6a48

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
@@ -17,27 +17,25 @@ jobs:
1717
# Current stable version
1818
- version: '1'
1919
os: ubuntu-latest
20-
arch: x64
20+
# LTS
21+
- version: 'lts'
22+
os: ubuntu-latest
2123
# Minimum supported version
2224
- version: 'min'
2325
os: ubuntu-latest
24-
arch: x64
2526
# Windows
2627
- version: '1'
2728
os: windows-latest
28-
arch: x64
2929
# macOS
3030
- version: '1'
3131
os: macos-latest
32-
arch: aarch64
3332

3433
steps:
3534
- uses: actions/checkout@v4
3635

3736
- uses: julia-actions/setup-julia@v2
3837
with:
3938
version: ${{ matrix.runner.version }}
40-
arch: ${{ matrix.runner.arch }}
4139

4240
- uses: julia-actions/cache@v2
4341

0 commit comments

Comments
 (0)