From 20a418b8c81556edd762aa663a9c2c26d008c73e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 15 Nov 2023 15:18:23 -0800 Subject: [PATCH] Fix mac CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de3eca724..1b80b52c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,9 @@ jobs: aws s3 cp --debug s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-swift-5-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }} osx: - runs-on: macos-11 + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app + DEVELOPER_DIR: /Applications/Xcode.app steps: - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | @@ -51,9 +51,9 @@ jobs: # TODO: Run tests for devices devices: - runs-on: macos-11 + runs-on: macos-12 env: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app + DEVELOPER_DIR: /Applications/Xcode.app strategy: fail-fast: false matrix: