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.
2 parents d04938d + 326216a commit 37fe3d4Copy full SHA for 37fe3d4
.github/workflows/ci.yml
@@ -17,19 +17,19 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
+ - 'lts'
21
- '1' # automatically expands to the latest stable 1.x release of Julia.
22
os:
23
- ubuntu-latest
24
arch:
25
- x64
26
steps:
27
- uses: actions/checkout@v2
28
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
32
- - uses: actions/cache@v1
+ - uses: julia-actions/cache@v2
33
env:
34
cache-name: cache-artifacts
35
.github/workflows/ci_nightly.yml
0 commit comments