diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index d268c74df2..451439c963 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -9,7 +9,7 @@ on: os: required: false type: string - default: macos-11.0 + default: macos-13 platform: required: false type: string @@ -42,6 +42,9 @@ jobs: with: submodules: recursive + - name: Use Xcode 14.3.1 + run: sudo xcode-select -s /Applications/Xcode_14.3.1.app + - name: Prepare Artifact Metadata id: artifact-metadata shell: bash