Skip to content

Commit

Permalink
Stop testing on nightly due to JuliaLang/julia#57018
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Jan 13, 2025
1 parent 8a9a600 commit f517f9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f517f9b

Please sign in to comment.