Skip to content

Commit 53131db

Browse files
committed
use Julia v1.12 for documentation build and autodiff tests
1 parent 5a4f8a2 commit 53131db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
os: 'ubuntu-latest'
6969
arch: 'x64'
7070
group: 'Makie_Ext'
71-
- version: '1.11'
71+
- version: '1'
7272
node:
7373
os: 'ubuntu-latest'
7474
arch: 'x64'

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747
- uses: julia-actions/setup-julia@v2
4848
with:
49-
version: '1.11'
49+
version: '1'
5050
- uses: julia-actions/cache@v2
5151
- uses: julia-actions/julia-buildpkg@v1
5252
- uses: julia-actions/julia-docdeploy@v1

0 commit comments

Comments
 (0)