Skip to content

Commit 2f7f369

Browse files
authored
Update ci.yml
1 parent 66bd125 commit 2f7f369

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 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,19 @@ jobs:
2222
os: macos-latest
2323
arch: arm64
2424
allow_failure: false
25-
- version: 'nightly'
25+
- version: '1'
26+
os: ubuntu-24.04-arm
27+
arch: arm64
28+
allow_failure: false
29+
- version: 'pre'
2630
os: ubuntu-latest
2731
arch: x64
2832
allow_failure: true
29-
- version: 'nightly'
33+
- version: 'pre'
3034
os: macos-latest
3135
arch: x64
3236
allow_failure: true
33-
- version: 'nightly'
37+
- version: 'pre'
3438
os: windows-latest
3539
arch: x64
3640
allow_failure: true

0 commit comments

Comments
 (0)