Skip to content

Commit 7ef85cf

Browse files
committed
ci: run with latest stable version
1 parent 3482af8 commit 7ef85cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/runtests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
gid: 1000
1414
# Julia installation inside the sandbox
1515
- JuliaCI/julia#v1:
16-
version: "nightly"
16+
version: "1"
1717
arch: "i686"
1818
command: |
1919
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
@@ -38,7 +38,7 @@ steps:
3838
gid: 1000
3939
# Julia installation inside the sandbox
4040
- JuliaCI/julia#v1:
41-
version: "nightly"
41+
version: "1"
4242
command: |
4343
julia --color=yes --project=.ci --code-coverage=@ -e 'using Pkg; Pkg.instantiate()'
4444
julia --color=yes --project=.ci --code-coverage=@ .ci/create_sysimage_and_run_tests.jl
@@ -51,7 +51,7 @@ steps:
5151
- label: ":macos: macos-aarch64"
5252
plugins:
5353
- JuliaCI/julia#v1:
54-
version: "nightly"
54+
version: "1"
5555
- JuliaCI/julia-coverage#v1:
5656
codecov: true
5757
command: |
@@ -65,7 +65,7 @@ steps:
6565
- label: ":windows: windows-x86_64"
6666
plugins:
6767
- JuliaCI/julia#v1:
68-
version: "nightly"
68+
version: "1"
6969
- JuliaCI/julia-coverage#v1:
7070
codecov: true
7171
command: |

0 commit comments

Comments
 (0)