Skip to content

Commit 1aa0d6b

Browse files
authored
Update CI.yml (#276)
1 parent 74c6373 commit 1aa0d6b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
version:
2424
- '1.6' # oldest LTS supported
25-
- '1.10'
25+
- 'lts'
2626
- '1' # latest stable release
2727
experimental:
2828
- false
@@ -33,10 +33,7 @@ jobs:
3333
experimental: true
3434
version: 'pre'
3535
arch: x64
36-
- os: ubuntu-latest
37-
experimental: true
38-
version: 'nightly'
39-
arch: x64
36+
4037
steps:
4138
- uses: actions/checkout@v6
4239
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)