File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 55
55
if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
56
56
run : rustup set default-host x86_64-apple-darwin
57
57
58
- - name : Select XCode version
59
- if : matrix.os == 'macos-latest'
60
- run : sudo xcode-select -s /Applications/Xcode_14.3.1.app
61
-
62
58
- name : Prepare dependencies
63
59
run : ./y.sh prepare
64
60
Original file line number Diff line number Diff line change @@ -111,10 +111,6 @@ jobs:
111
111
sudo apt-get update
112
112
sudo apt-get install -y ${{ matrix.apt_deps }}
113
113
114
- - name : Select XCode version
115
- if : matrix.os == 'macos-latest'
116
- run : sudo xcode-select -s /Applications/Xcode_14.3.1.app
117
-
118
114
- name : Prepare dependencies
119
115
run : ./y.sh prepare
120
116
@@ -254,10 +250,6 @@ jobs:
254
250
sudo apt-get update
255
251
sudo apt-get install -y gcc-mingw-w64-x86-64
256
252
257
- - name : Select XCode version
258
- if : matrix.os == 'macos-latest'
259
- run : sudo xcode-select -s /Applications/Xcode_14.3.1.app
260
-
261
253
- name : Prepare dependencies
262
254
run : ./y.sh prepare
263
255
You can’t perform that action at this time.
0 commit comments