diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index ffc4384f9..f7c7e5de7 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -10,13 +10,13 @@ env: EMULATOR_NAME: "runtime-emu" NDK_VERSION: r23c ANDROID_API: 29 - ANDROID_ABI: x86_64 + ANDROID_ABI: arm64 NDK_ARCH: darwin jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-14 outputs: npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }} npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} @@ -79,7 +79,7 @@ jobs: path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz test: name: Test - runs-on: macos-latest + runs-on: macos-14 needs: build steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c7056bcab..e5ad86b82 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,14 +6,14 @@ env: EMULATOR_NAME: "runtime-emu" NDK_VERSION: r23c ANDROID_API: 29 - ANDROID_ABI: x86_64 + ANDROID_ABI: arm64 NDK_ARCH: darwin jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-14 outputs: npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }} npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} @@ -76,7 +76,7 @@ jobs: path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz test: name: Test - runs-on: macos-latest + runs-on: macos-14 needs: build steps: - uses: actions/checkout@v3