diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77a8db3b..67348a4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: name: Benchmark strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-13] + os: [ubuntu-22.04, windows-2022] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish_benchmarks.yml b/.github/workflows/publish_benchmarks.yml index 749668b5..0d56ec9e 100644 --- a/.github/workflows/publish_benchmarks.yml +++ b/.github/workflows/publish_benchmarks.yml @@ -17,7 +17,7 @@ jobs: name: Publish benchmark results strategy: matrix: - os: [ubuntu-22.04, windows-2022, macos-13] + os: [ubuntu-22.04, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Code Checkout