@@ -69,10 +69,11 @@ jobs:
69
69
release : true
70
70
update : false
71
71
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
73
73
install : >-
74
74
unzip
75
75
make
76
+ # lld
76
77
# gcc:p gdb:p zlib:p poco:p pkgconf:p harfbuzz:p ntldd-git:p
77
78
# boost:p tools:p
78
79
# install: >-
@@ -171,7 +172,7 @@ jobs:
171
172
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
172
173
173
174
build-ios-tvos :
174
- runs-on : macos-13
175
+ runs-on : macos-14
175
176
strategy :
176
177
matrix :
177
178
cfg :
@@ -194,7 +195,7 @@ jobs:
194
195
run : ./scripts/ci/$TARGET/build.sh;
195
196
196
197
env :
197
- DEVELOPER_DIR : " /Applications/Xcode_15.2 .app/Contents/Developer"
198
+ DEVELOPER_DIR : " /Applications/Xcode_15.4 .app/Contents/Developer"
198
199
199
200
200
201
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -244,7 +245,7 @@ jobs:
244
245
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
245
246
246
247
build-macos :
247
- runs-on : macos-13
248
+ runs-on : macos-14
248
249
strategy :
249
250
matrix :
250
251
cfg :
@@ -255,20 +256,11 @@ jobs:
255
256
- name : ccache
256
257
uses : hendrikmuhs/ccache-action@v1.2.13
257
258
with :
258
- # key: ${{ matrix.os }}-${{ matrix.type }}
259
259
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}
260
- # key: ${{ matrix.msystem }}
261
260
262
261
263
262
- name : Download libs
264
- # continue-on-error: true
265
263
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
272
264
273
265
- name : Build
274
266
run :
@@ -278,8 +270,8 @@ jobs:
278
270
scripts/ci/${{ matrix.cfg.target }}/run_tests.sh;
279
271
fi
280
272
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"
283
275
284
276
285
277
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0 commit comments