From f517f9b5d48f2bc0c8d98a0dddd74fdcd8f0643f Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Mon, 13 Jan 2025 06:27:54 -0600 Subject: [PATCH] Stop testing on nightly due to https://github.com/JuliaLang/julia/issues/57018 --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c1cfbf..8b25ebc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,9 +26,9 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - julia-arch: x64 - julia-version: nightly + # - os: ubuntu-latest # Uncomment this when https://github.com/JuliaLang/julia/issues/57018 is resolved + # julia-arch: x64 + # julia-version: nightly - os: ubuntu-latest julia-arch: x64 julia-version: pre @@ -55,9 +55,9 @@ jobs: julia-arch: x86 julia-version: 1 - - os: ubuntu-latest - julia-arch: x86 - julia-version: nightly + # - os: ubuntu-latest # Uncomment this when https://github.com/JuliaLang/julia/issues/57018 is resolved + # julia-arch: x86 + # julia-version: nightly - os: ubuntu-latest julia-arch: x86 julia-version: min