Skip to content

Commit

Permalink
Merge pull request #392 from pact-foundation/fix/osx_release_xcode_12.4
Browse files Browse the repository at this point in the history
ci(fix): add setup-xcode action to pin to 12.4
  • Loading branch information
rholshausen authored Feb 26, 2024

Verified

This commit was signed with the committer’s verified signature.
nickvergessen Joas Schilling
2 parents 84dfc19 + eac7ebe commit a3571b2
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
@@ -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

0 comments on commit a3571b2

Please sign in to comment.