Skip to content

Commit c49c9ee

Browse files
authored
[Tizen] Changed runner to macos-13 for macOS based on Intel chips (#371)
1 parent b95ef47 commit c49c9ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)