Skip to content

Commit 087a9e5

Browse files
authored
[CI] Use fixed version of Julia for whitespace workflow (#59566)
Jobs are currently failing because they're failing to download v1.11.7, which is currently tagged but not fully released yet.
1 parent 71329d5 commit 087a9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
2222
with:
23-
version: '1'
23+
version: '1.11.6'
2424
- name: Check whitespace
2525
run: |
2626
contrib/check-whitespace.jl

0 commit comments

Comments
 (0)