Skip to content

Commit 4247a2a

Browse files
committed
Updated workflow versions
1 parent 210b6b5 commit 4247a2a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
26+
- '1.11'
2727
os:
2828
- ubuntu-latest
2929
arch:
@@ -37,4 +37,4 @@ jobs:
3737
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/julia-buildpkg@v1
3939
- uses: julia-actions/julia-runtest@v1
40-
40+

.github/workflows/CI_Oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
any::kernlab
3535
- uses: julia-actions/setup-julia@v2
3636
with:
37-
version: '1.10'
37+
version: '1.11'
3838
arch: ${{ matrix.arch }}
3939
- uses: actions/checkout@v5
4040
- uses: julia-actions/cache@v2

0 commit comments

Comments
 (0)