Skip to content

Commit

Permalink
ci(fix): add setup-xcode action to pin to 12.4
Browse files Browse the repository at this point in the history
github action runner images appear to have been updated and despite mentioning xcode 12.4 in the runner image readme

https://github.com/actions/runner-images/blob/macOS-11/20240127.1/images/macos/macos-11-Readme.md#xcode

It is no longer being found and causes x86_64 builds for macos to fail
  • Loading branch information
YOU54F authored and rholshausen committed Feb 26, 2024
1 parent 6bfa4a9 commit 2cbc879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
toolchain: stable
targets: aarch64-apple-darwin,x86_64-apple-darwin
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.4
if: runner.os == 'MacOS'
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 2cbc879

Please sign in to comment.