From 28545d333173242e83a371b45c70c088ecf2683e Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 24 Jul 2024 11:34:43 -0700 Subject: [PATCH] Use macos-13 --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 321dd9e5..3589debb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,11 @@ jobs: fail-fast: false matrix: runner: - - macos-12 + # macos-14 is arm64 per + # https://github.com/actions/runner-images#available-images which + # doesn't support nested virtualization per + # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners + - macos-13 - ubuntu-22.04 runs-on: ${{ matrix.runner }} steps: