Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27d
ANDROID_API: 33
ANDROID_ABI: x86_64
ANDROID_ABI: arm64-v8a
NDK_ARCH: darwin

permissions:
Expand All @@ -19,7 +19,7 @@ permissions:
jobs:
build:
name: Build
runs-on: macos-13
runs-on: macos-15
outputs:
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

test:
name: Test
runs-on: macos-13
runs-on: macos-15
needs: build
steps:
- name: Harden the runner (Audit all outbound calls)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27d
ANDROID_API: 33
ANDROID_ABI: x86_64
ANDROID_ABI: arm64-v8a
NDK_ARCH: darwin


Expand All @@ -16,7 +16,7 @@ permissions:
jobs:
build:
name: Build
runs-on: macos-13
runs-on: macos-15
outputs:
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
path: test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
test:
name: Test
runs-on: macos-13
runs-on: macos-15
needs: build
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down
Loading