Skip to content

Commit

Permalink
test macos-latest-large for macos based on intel chips
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Jan 3, 2025
1 parent b95ef47 commit 6c89157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
if-no-files-found: error

macos-build:
runs-on: macos-latest
runs-on: macos-latest-large

strategy:
matrix:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Build
run: |
# Change host_toolchain to mac/clang_arm64.
# Change host_toolchain to mac/clang_x64.
sed -i "" "s|//build/toolchain/linux:clang_$host_cpu|//build/toolchain/mac:clang_$host_cpu|g" src/build/config/BUILDCONFIG.gn
# Pass dummy values to prevent using the default (Linux) toolchain.
Expand All @@ -200,12 +200,12 @@ jobs:
--runtime-mode=${{ matrix.mode }} \
--disable-desktop-embeddings \
--target-dir build
ninja -C src/out/build clang_arm64/gen_snapshot
ninja -C src/out/build clang_x64/gen_snapshot
- uses: actions/upload-artifact@v4
with:
name: tizen-${{ matrix.arch }}-${{ matrix.mode }}_darwin-x64
path: src/out/build/clang_arm64/gen_snapshot
path: src/out/build/clang_x64/gen_snapshot
if-no-files-found: error

release:
Expand Down

0 comments on commit 6c89157

Please sign in to comment.