From 8dccd208792a21e2a55ac52a6b1026d97527b80b Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 2 Dec 2025 07:14:45 -0500 Subject: [PATCH] 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 --- .github/workflows/example-builds-nightly-defaultarch.yml | 2 +- .github/workflows/example-builds-nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example-builds-nightly-defaultarch.yml b/.github/workflows/example-builds-nightly-defaultarch.yml index 5dba354..011baf1 100644 --- a/.github/workflows/example-builds-nightly-defaultarch.yml +++ b/.github/workflows/example-builds-nightly-defaultarch.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [nightly, 1.10-nightly] + julia-version: [nightly, 1.13-nightly] os: - ubuntu-latest - windows-latest diff --git a/.github/workflows/example-builds-nightly.yml b/.github/workflows/example-builds-nightly.yml index c2608a1..d89e253 100644 --- a/.github/workflows/example-builds-nightly.yml +++ b/.github/workflows/example-builds-nightly.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: [nightly, 1.10-nightly] + julia-version: [nightly, 1.13-nightly] julia-arch: [x64, x86] os: [ubuntu-latest, macOS-latest, windows-latest] # 32-bit Julia binaries are not available on macOS