From 0029ed72e55ead138057b9cd0410c47aa005c893 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 27 Apr 2024 22:56:26 -0700 Subject: [PATCH] Fix macOS x86_64 CI builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c89d5b031..fa4b468ecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,7 @@ jobs: matrix: platform: - { str: macos-arm64, arch: arm64, runner: "macos-14" } - - { str: macos-x64, arch: x86_64, runner: "macos-latest" } + - { str: macos-x64, arch: x86_64, runner: "macos-13" } cfg: - { external: OFF, type: RelWithDebInfo, str: internal-release } - { external: OFF, type: Debug, str: internal-debug }