Skip to content

Commit d629f88

Browse files
committed
ci: run on intel mac
1 parent 6781823 commit d629f88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
EMULATOR_NAME: "runtime-emu"
1111
NDK_VERSION: r27d
1212
ANDROID_API: 33
13-
ANDROID_ABI: arm64-v8a
13+
ANDROID_ABI: x86_64
1414
NDK_ARCH: darwin
1515

1616
permissions:
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
build:
2121
name: Build
22-
runs-on: macos-15
22+
runs-on: macos-15-intel
2323
outputs:
2424
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2525
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -93,7 +93,7 @@ jobs:
9393

9494
test:
9595
name: Test
96-
runs-on: macos-15
96+
runs-on: macos-15-intel
9797
needs: build
9898
steps:
9999
- name: Harden the runner (Audit all outbound calls)

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
EMULATOR_NAME: "runtime-emu"
77
NDK_VERSION: r27d
88
ANDROID_API: 33
9-
ANDROID_ABI: arm64-v8a
9+
ANDROID_ABI: x86_64
1010
NDK_ARCH: darwin
1111

1212

@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: macos-15
19+
runs-on: macos-15-intel
2020
outputs:
2121
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2222
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -84,7 +84,7 @@ jobs:
8484
path: test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
8585
test:
8686
name: Test
87-
runs-on: macos-15
87+
runs-on: macos-15-intel
8888
needs: build
8989
steps:
9090
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)