Skip to content

Commit

Permalink
Update benchmark.yml to use lts instead of 1.6. (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Nov 14, 2024
1 parent 58e2c03 commit 75fae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: 1.6
version: lts
- uses: julia-actions/julia-buildpkg@latest
- name: Install dependencies
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
Expand Down

0 comments on commit 75fae34

Please sign in to comment.