We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bd125 commit 2f7f369Copy full SHA for 2f7f369
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- version: ['1.6', '1']
+ version: ['lts', '1']
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
arch: [x64]
19
allow_failure: [false]
@@ -22,15 +22,19 @@ jobs:
22
os: macos-latest
23
arch: arm64
24
allow_failure: false
25
- - version: 'nightly'
+ - version: '1'
26
+ os: ubuntu-24.04-arm
27
+ arch: arm64
28
+ allow_failure: false
29
+ - version: 'pre'
30
os: ubuntu-latest
31
arch: x64
32
allow_failure: true
33
34
35
36
37
38
os: windows-latest
39
40
0 commit comments