Skip to content

Commit 109bdd9

Browse files
committedJul 2, 2024
ci: pin to macos-13 since the emulator can't boot on M1
1 parent cc7df0e commit 109bdd9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/workflows/npm_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ env:
1010
EMULATOR_NAME: "runtime-emu"
1111
NDK_VERSION: r23c
1212
ANDROID_API: 29
13-
ANDROID_ABI: arm64-v8a
13+
ANDROID_ABI: x86_64
1414
NDK_ARCH: darwin
1515

1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: macos-14
19+
runs-on: macos-13
2020
outputs:
2121
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2222
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -79,7 +79,7 @@ jobs:
7979
path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8080
test:
8181
name: Test
82-
runs-on: macos-14
82+
runs-on: macos-13
8383
needs: build
8484
steps:
8585
- uses: actions/checkout@v3

‎.github/workflows/pull_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ env:
66
EMULATOR_NAME: "runtime-emu"
77
NDK_VERSION: r23c
88
ANDROID_API: 29
9-
ANDROID_ABI: arm64-v8a
9+
ANDROID_ABI: x86_64
1010
NDK_ARCH: darwin
1111

1212

1313
jobs:
1414
build:
1515
name: Build
16-
runs-on: macos-14
16+
runs-on: macos-13
1717
outputs:
1818
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
1919
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -76,7 +76,7 @@ jobs:
7676
path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
7777
test:
7878
name: Test
79-
runs-on: macos-14
79+
runs-on: macos-13
8080
needs: build
8181
steps:
8282
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)