Skip to content

Commit 5a41483

Browse files
committed
update CI.yml
1 parent 2e02c5a commit 5a41483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
16-
version: ['1']
16+
version: ['lts', '1', 'pre']
1717
arch: [x64, x86]
1818
include:
1919
- os: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
- os: macOS-latest
2323
arch: x86
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- uses: julia-actions/setup-julia@v2
2727
with:
2828
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)