@@ -69,10 +69,11 @@ jobs:
6969 release : true
7070 update : false
7171 msystem : ${{matrix.msystem}}
72- pacboy : gcc:p assimp:p cairo:p curl:p freeglut:p FreeImage:p glew:p glfw:p glm:p libsndfile:p libusb:p libxml2:p mpg123:p nlohmann-json:p openal:p opencv:p pugixml:p rtaudio:p uriparser:p utf8cpp:p
72+ pacboy : openssl:p python:p gcc:p assimp:p cairo:p curl:p freeglut:p FreeImage:p glew:p glfw:p glm:p libsndfile:p libusb:p libxml2:p mpg123:p nlohmann-json:p openal:p opencv:p pugixml:p rtaudio:p uriparser:p utf8cpp:p
7373 install : >-
7474 unzip
7575 make
76+ # lld
7677 # gcc:p gdb:p zlib:p poco:p pkgconf:p harfbuzz:p ntldd-git:p
7778 # boost:p tools:p
7879 # install: >-
@@ -171,7 +172,7 @@ jobs:
171172# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
172173
173174 build-ios-tvos :
174- runs-on : macos-13
175+ runs-on : macos-14
175176 strategy :
176177 matrix :
177178 cfg :
@@ -194,7 +195,7 @@ jobs:
194195 run : ./scripts/ci/$TARGET/build.sh;
195196
196197 env :
197- DEVELOPER_DIR : " /Applications/Xcode_15.2 .app/Contents/Developer"
198+ DEVELOPER_DIR : " /Applications/Xcode_15.4 .app/Contents/Developer"
198199
199200
200201# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -244,7 +245,7 @@ jobs:
244245# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
245246
246247 build-macos :
247- runs-on : macos-13
248+ runs-on : macos-14
248249 strategy :
249250 matrix :
250251 cfg :
@@ -255,20 +256,11 @@ jobs:
255256 - name : ccache
256257 uses : hendrikmuhs/ccache-action@v1.2.13
257258 with :
258- # key: ${{ matrix.os }}-${{ matrix.type }}
259259 key : ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}
260- # key: ${{ matrix.msystem }}
261260
262261
263262 - name : Download libs
264- # continue-on-error: true
265263 run : ./scripts/${{ matrix.cfg.target }}/download_libs.sh
266- # - name: rm-dev
267- # run: sudo rm -rf /Library/Developer
268-
269- # this step is not needed here because the script is empty
270- # - name: install
271- # run: ./scripts/ci/$TARGET/install.sh
272264
273265 - name : Build
274266 run :
@@ -278,8 +270,8 @@ jobs:
278270 scripts/ci/${{ matrix.cfg.target }}/run_tests.sh;
279271 fi
280272 env :
281- DEVELOPER_DIR : " /Applications/Xcode .app/Contents/Developer"
282- SDKROOT : " /Applications/Xcode .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
273+ DEVELOPER_DIR : " /Applications/Xcode_15.4 .app/Contents/Developer"
274+ SDKROOT : " /Applications/Xcode_15.4 .app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
283275
284276
285277# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0 commit comments