Skip to content

Commit 5af6dbc

Browse files
committed
fix julia version for benchmark
1 parent 1702ca5 commit 5af6dbc

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
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: julia-actions/setup-julia@latest
1515
with:
16-
version: 1
16+
version: lts
1717
- uses: julia-actions/julia-buildpkg@latest
1818
- name: Install dependencies
1919
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI"'

0 commit comments

Comments
 (0)