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 6ae790f commit d8404aaCopy full SHA for d8404aa
.github/workflows/tests-nightly.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
arch: [x64] # x86 unsupported by MicroMamba
18
os: [ubuntu-latest, windows-latest, macos-latest]
19
- jlversion: ['nightly']
+ jlversion: ['~1.8.0-0', 'nightly']
20
steps:
21
- uses: actions/checkout@v2
22
- uses: julia-actions/setup-julia@v1
0 commit comments