Skip to content

Commit

Permalink
CI: Run benchmarks on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 24, 2024
1 parent a8e15a0 commit 2292bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [pull_request]

jobs:
Benchmark:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: lts
version: 1.6
- 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 2292bdd

Please sign in to comment.