We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37825 commit f9bf253Copy full SHA for f9bf253
.github/workflows/main.yml
@@ -111,10 +111,6 @@ jobs:
111
sudo apt-get update
112
sudo apt-get install -y ${{ matrix.apt_deps }}
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
- name: Prepare dependencies
119
run: ./y.sh prepare
120
@@ -254,10 +250,6 @@ jobs:
254
250
255
251
sudo apt-get install -y gcc-mingw-w64-x86-64
256
252
257
258
259
260
261
253
262
263
0 commit comments