Skip to content

Commit 78e90f0

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Upgrade to Julia 1.11 (required for [sources] url/rev support)
1 parent 638b0f6 commit 78e90f0

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
@@ -37,7 +37,7 @@ jobs:
3737
3838
- uses: julia-actions/setup-julia@v2
3939
with:
40-
version: '1.10'
40+
version: '1.11'
4141
arch: x64
4242

4343
# Skip cache - we need fresh builds from git main branches
@@ -110,7 +110,7 @@ jobs:
110110
111111
- uses: julia-actions/setup-julia@v2
112112
with:
113-
version: '1.10'
113+
version: '1.11'
114114

115115
# Skip cache - we need fresh builds from git main branches
116116
# - uses: julia-actions/cache@v2

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LinearAlgebraMPI = "0.1"
2323
MPI = "0.20"
2424
MultiGridBarrier = "0.11"
2525
PrecompileTools = "1"
26-
julia = "1.10"
26+
julia = "1.11"
2727

2828
[extras]
2929
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)