Skip to content

Commit 4560034

Browse files
committed
Stop pinning XCode 14
The linker issue with XCode 15 has been fixed.
1 parent 30be8bc commit 4560034

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/abi-cafe.yml

-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
if: matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
5656
run: rustup set default-host x86_64-apple-darwin
5757

58-
- name: Select XCode version
59-
if: matrix.os == 'macos-latest'
60-
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
61-
6258
- name: Prepare dependencies
6359
run: ./y.sh prepare
6460

.github/workflows/main.yml

-8
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ jobs:
111111
sudo apt-get update
112112
sudo apt-get install -y ${{ matrix.apt_deps }}
113113
114-
- name: Select XCode version
115-
if: matrix.os == 'macos-latest'
116-
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
117-
118114
- name: Prepare dependencies
119115
run: ./y.sh prepare
120116

@@ -254,10 +250,6 @@ jobs:
254250
sudo apt-get update
255251
sudo apt-get install -y gcc-mingw-w64-x86-64
256252
257-
- name: Select XCode version
258-
if: matrix.os == 'macos-latest'
259-
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
260-
261253
- name: Prepare dependencies
262254
run: ./y.sh prepare
263255

0 commit comments

Comments
 (0)