Skip to content

Commit 26d1aa4

Browse files
committed
stable version of julia for jet and benchmark CI
1 parent 31fa259 commit 26d1aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: 'nightly'
17+
version: '1.10'
1818
- uses: julia-actions/julia-buildpkg@latest
1919
- name: install dependencies
2020
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'

0 commit comments

Comments
 (0)