Skip to content

Commit 6992398

Browse files
committed
[CI] Use pre-release instead of nightly
1 parent 2be394f commit 6992398

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: ['1.6', '1']
16+
version: ['lts', '1']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
arch: [x64]
1919
allow_failure: [false]
@@ -22,15 +22,15 @@ jobs:
2222
os: macos-latest
2323
arch: arm64
2424
allow_failure: false
25-
- version: 'nightly'
25+
- version: 'pre'
2626
os: ubuntu-latest
2727
arch: x64
2828
allow_failure: true
29-
- version: 'nightly'
29+
- version: 'pre'
3030
os: macos-latest
3131
arch: x64
3232
allow_failure: true
33-
- version: 'nightly'
33+
- version: 'pre'
3434
os: windows-latest
3535
arch: x64
3636
allow_failure: true
@@ -56,3 +56,4 @@ jobs:
5656
- uses: codecov/codecov-action@v4
5757
with:
5858
file: lcov.info
59+

0 commit comments

Comments
 (0)