From 2292bdd906e8eb58ae5f0503a2f4637e335d48bb Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 24 Jul 2024 13:53:38 -0400 Subject: [PATCH] CI: Run benchmarks on macos-13 --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index beed13c5..3f677d4f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 BenchmarkCI@0.1"'