File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 if-no-files-found : error
157157
158158 macos-build :
159- runs-on : macos-latest
159+ runs-on : macos-13
160160
161161 strategy :
162162 matrix :
@@ -186,7 +186,7 @@ jobs:
186186
187187 - name : Build
188188 run : |
189- # Change host_toolchain to mac/clang_arm64 .
189+ # Change host_toolchain to mac/clang_x64 .
190190 sed -i "" "s|//build/toolchain/linux:clang_$host_cpu|//build/toolchain/mac:clang_$host_cpu|g" src/build/config/BUILDCONFIG.gn
191191
192192 # Pass dummy values to prevent using the default (Linux) toolchain.
@@ -200,12 +200,12 @@ jobs:
200200 --runtime-mode=${{ matrix.mode }} \
201201 --disable-desktop-embeddings \
202202 --target-dir build
203- ninja -C src/out/build clang_arm64 /gen_snapshot
203+ ninja -C src/out/build clang_x64 /gen_snapshot
204204
205205 - uses : actions/upload-artifact@v4
206206 with :
207207 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_darwin-x64
208- path : src/out/build/clang_arm64 /gen_snapshot
208+ path : src/out/build/clang_x64 /gen_snapshot
209209 if-no-files-found : error
210210
211211 release :
You can’t perform that action at this time.
0 commit comments