Skip to content

Commit 2067e0b

Browse files
committed
CI test
1 parent fc777f7 commit 2067e0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.10' # LTS
21-
- '1' # Current stable release
20+
# - '1.10' # LTS
21+
# - '1' # Current stable release
2222
# - '~1.13.0-0'
23-
# - 'nightly'
23+
- 'nightly'
2424
os:
2525
# - ubuntu-latest
2626
- macOS-latest
2727
# - windows-latest
2828
arch:
29-
- x64
29+
# - x64
3030
- aarch64
3131
exclude:
3232
- os: ubuntu-latest

0 commit comments

Comments
 (0)