Skip to content

Commit 05367c5

Browse files
committed
Downgrade XCode to workaround a bug in ld prime
1 parent 1e485f1 commit 05367c5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/abi-cafe.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
5252
run: rustup set default-host x86_64-pc-windows-gnu
5353

54+
- name: Select XCode version
55+
if: matrix.os == 'macos-latest'
56+
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
57+
5458
- name: Prepare dependencies
5559
run: ./y.sh prepare
5660

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
sudo apt-get update
105105
sudo apt-get install -y ${{ matrix.apt_deps }}
106106
107+
- name: Select XCode version
108+
if: matrix.os == 'macos-latest'
109+
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
110+
107111
- name: Prepare dependencies
108112
run: ./y.sh prepare
109113

@@ -236,6 +240,10 @@ jobs:
236240
sudo apt-get update
237241
sudo apt-get install -y gcc-mingw-w64-x86-64
238242
243+
- name: Select XCode version
244+
if: matrix.os == 'macos-latest'
245+
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
246+
239247
- name: Prepare dependencies
240248
run: ./y.sh prepare
241249

0 commit comments

Comments
 (0)