Skip to content

Commit

Permalink
Make CI green (#1)
Browse files Browse the repository at this point in the history
* update compat (need Julia 1.8 for allequal)

* Stop testing on nightly due to JuliaLang/julia#57018
  • Loading branch information
LilithHafner authored Jan 13, 2025
1 parent ad65e2c commit c0b8cab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"

[compat]
BenchmarkTools = "1.6.0"
Chairmarks = "1.3.1"
julia = "1.6.7"
BenchmarkTools = "1.6"
Chairmarks = "1.3"
julia = "1.8"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit c0b8cab

Please sign in to comment.