Skip to content

Commit f9bf253

Browse files
committed
Stop forcing usage of XCode 14
The latest Cranelift update fixed the bug that prevented the new linker in XCode 15 from working.
1 parent 2a37825 commit f9bf253

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
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)