Skip to content

Commit ebc8506

Browse files
Viral ShahViral Shah
authored andcommitted
Use pre to run 1.12 pre-release in tests
1 parent c876b1e commit ebc8506

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: "pre"
1717
arch: "i686"
1818
command: |
1919
julia --color=yes --code-coverage=@ .ci/run_tests.jl
@@ -37,7 +37,7 @@ steps:
3737
gid: 1000
3838
# Julia installation inside the sandbox
3939
- JuliaCI/julia#v1:
40-
version: "nightly"
40+
version: "pre"
4141
command: |
4242
julia --color=yes --code-coverage=@ .ci/run_tests.jl
4343
agents:
@@ -49,7 +49,7 @@ steps:
4949
- label: ":macos: macos-aarch64"
5050
plugins:
5151
- JuliaCI/julia#v1:
52-
version: "nightly"
52+
version: "pre"
5353
- JuliaCI/julia-coverage#v1:
5454
codecov: true
5555
command: |
@@ -62,7 +62,7 @@ steps:
6262
- label: ":windows: windows-x86_64"
6363
plugins:
6464
- JuliaCI/julia#v1:
65-
version: "nightly"
65+
version: "pre"
6666
- JuliaCI/julia-coverage#v1:
6767
codecov: true
6868
command: |

0 commit comments

Comments
 (0)