From 2fc11f386a4a3c9a9c518258cf1f8042a703fb13 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 4 Nov 2024 19:27:14 -0500 Subject: [PATCH] fix yaml file --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 44a29d42c..56b1af35c 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -39,7 +39,7 @@ jobs: compiler: xcode version: "14.2" - - name: macos-13-arm64-xcode-14.2 + - name: macos-13-arm64-xcode-14.2 os: macos-13-xlarge compiler: xcode version: "14.2" @@ -49,7 +49,7 @@ jobs: compiler: xcode version: "15.4" - - name: macos-14-arm64-xcode-15.4 + - name: macos-14-arm64-xcode-15.4 os: macos-14-xlarge compiler: xcode version: "15.4"