Skip to content

Commit 3db4a80

Browse files
committed
[CI] Run some jobs in Julia v1.12
1 parent ccd07e4 commit 3db4a80

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ jobs:
7373
# Add a job that uses the unprivileged builder with unpacked shards
7474
- runner: unprivileged
7575
squashfs: false
76-
julia-version: "1.7"
76+
julia-version: "1.12"
7777

78-
# This job is disabled because it "has been failing for some months"
79-
# # Add a job that uses the docker builder with unpacked shards
80-
# - runner: docker
81-
# squashfs: false
82-
# julia-version: "1.7"
78+
# Add a job that uses the docker builder with unpacked shards
79+
- runner: docker
80+
squashfs: false
81+
julia-version: "1.12"
8382

8483
steps:
8584
- run: sudo rm -rf /opt/*

0 commit comments

Comments
 (0)