Skip to content

Commit 8314e42

Browse files
committed
Run other workflows on 1.11
1 parent 0d5f1c1 commit 8314e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Julia
1717
uses: julia-actions/setup-julia@v2
1818
with:
19-
version: '1'
19+
version: '1.11'
2020

2121
- uses: julia-actions/cache@v2
2222

.github/workflows/Enzyme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: julia-actions/setup-julia@v2
2626
with:
27-
version: "1"
27+
version: "1.11"
2828

2929
- uses: julia-actions/cache@v2
3030

0 commit comments

Comments
 (0)