From c2101bcaa4dfbc2b07addfb18ae7313ee3dabc61 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Thu, 3 Oct 2024 15:41:45 -0700 Subject: [PATCH] Fixing version of Xcode for CI Mac builds, take 2 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ceaf13..ea95163 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: EOF mac: - runs-on: macos-14-arm + runs-on: macos-14 env: DEVELOPER_DIR: /Applications/Xcode_15.4.app diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a01f83..0cc239f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,7 @@ jobs: EOF mac: - runs-on: macos-14-arm + runs-on: macos-14 needs: prepare env: DEVELOPER_DIR: /Applications/Xcode_15.4.app