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 065e32f commit 2052153Copy full SHA for 2052153
.github/workflows/Test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- version: ['1.10', '1.11', '1.12-nightly'] # nightly
+ version: ['1.10', '1.11', '1.12-nightly', 'nightly']
22
os: [ubuntu-latest, macOS-latest, windows-latest]
23
arch: [x64]
24
llvm_args: ['']
0 commit comments