Skip to content

Commit 8294270

Browse files
Update ci.yml
1 parent 6b451f2 commit 8294270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: julia-actions/setup-julia@v2
5555
with:
56-
version: 'nightly'
56+
version: 'pre'
5757
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
5858
shell: bash
5959
env:
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: julia-actions/setup-julia@v2
7676
with:
77-
version: 'nightly'
77+
version: 'pre'
7878
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
7979
shell: bash
8080
env:

0 commit comments

Comments
 (0)