diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 8a3f257f17..135763c0da 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -22,7 +22,7 @@ jobs: fail-fast: true matrix: include: - - platform: "macos-latest" + - platform: "macos-13" architecture: "x64" # macOS-14 is a M1 ARM64 MacOS runner: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ - platform: "macOS-14"