Skip to content

Commit

Permalink
ci: run with latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 18, 2025
1 parent a6a74d7 commit 14acc83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
gid: 1000
# Julia installation inside the sandbox
- JuliaCI/julia#v1:
version: "nightly"
version: "1"
arch: "i686"
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
Expand All @@ -38,7 +38,7 @@ steps:
gid: 1000
# Julia installation inside the sandbox
- JuliaCI/julia#v1:
version: "nightly"
version: "1"
command: |
julia --color=yes --project=.ci --code-coverage=@ -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
Expand All @@ -51,7 +51,7 @@ steps:
- label: ":macos: macos-aarch64"
plugins:
- JuliaCI/julia#v1:
version: "nightly"
version: "1"
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
Expand All @@ -65,7 +65,7 @@ steps:
- label: ":windows: windows-x86_64"
plugins:
- JuliaCI/julia#v1:
version: "nightly"
version: "1"
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
Expand Down

0 comments on commit 14acc83

Please sign in to comment.