Skip to content

Commit 8dccd20

Browse files
authored
CI: Switch from 1.10-nightly to 1.13-nightly (#361)
* CI: Switch from 1.10-nightly to 1.13-nightly * Fix another location of 1.10-nightly to 1.13-nightly
1 parent 96b12c5 commit 8dccd20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example-builds-nightly-defaultarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
julia-version: [nightly, 1.10-nightly]
21+
julia-version: [nightly, 1.13-nightly]
2222
os:
2323
- ubuntu-latest
2424
- windows-latest

.github/workflows/example-builds-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
julia-version: [nightly, 1.10-nightly]
23+
julia-version: [nightly, 1.13-nightly]
2424
julia-arch: [x64, x86]
2525
os: [ubuntu-latest, macOS-latest, windows-latest]
2626
# 32-bit Julia binaries are not available on macOS

0 commit comments

Comments
 (0)