Skip to content

Commit 4928d6a

Browse files
committed
Revert "Run CI on v1.12"
This reverts commit 0b6b92f.
1 parent 0b6b92f commit 4928d6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
julia-version:
22-
- '1.12'
22+
- 'nightly'
2323
os:
2424
- ubuntu-latest
2525
- windows-latest
@@ -29,10 +29,10 @@ jobs:
2929
include:
3030
- os: macOS-latest
3131
julia-arch: aarch64
32-
julia-version: '1.12'
32+
julia-version: 'nightly'
3333
- os: macOS-13
3434
julia-arch: x64
35-
julia-version: '1.12'
35+
julia-version: 'nightly'
3636
steps:
3737
- uses: actions/checkout@v4
3838
- uses: julia-actions/setup-julia@v2
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
julia-version:
59-
- '1.12'
59+
- 'nightly'
6060
os:
6161
- ubuntu-latest
6262
julia-arch:
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v4
7979
- uses: julia-actions/setup-julia@v2
8080
with:
81-
version: '1.12'
81+
version: 'nightly'
8282
- name: Generate docs
8383
run: |
8484
julia --project --color=yes -e 'using Pkg; Pkg.activate("docs"); Pkg.develop(PackageSpec(path = pwd()))'

0 commit comments

Comments
 (0)