Skip to content

Commit a74ebae

Browse files
Update cix86.yml
1 parent 814d181 commit a74ebae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cix86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: julia-actions/setup-julia@v2
5353
with:
54-
version: 'nightly'
54+
version: 'pre'
5555
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
5656
shell: bash
5757
env:
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- uses: julia-actions/setup-julia@v2
7474
with:
75-
version: 'nightly'
75+
version: 'pre'
7676
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
7777
shell: bash
7878
env:

0 commit comments

Comments
 (0)