Skip to content

Commit 37fe3d4

Browse files
authored
Merge pull request #35 from pebeto/dev
Upgrading Julia LTS version to `1.10` in CI job
2 parents d04938d + 326216a commit 37fe3d4

File tree

2 files changed

+3
-53
lines changed

2 files changed

+3
-53
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- 'lts'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest
2424
arch:
2525
- x64
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: julia-actions/setup-julia@v1
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v2
3333
env:
3434
cache-name: cache-artifacts
3535
with:

.github/workflows/ci_nightly.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)