Skip to content

Commit

Permalink
CI: Run benchmarks with Julia lts
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 24, 2024
1 parent 4c107fb commit a8e15a0
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 a8e15a0

Please sign in to comment.