Skip to content

Commit 1b49a40

Browse files
authored
ci: change runner to macos 15 (#1882)
* ci: change runner to macos 15 * ci: update ANDROID_ABI to arm64-v8a in workflow files * ci: run on intel mac
1 parent ffad5bb commit 1b49a40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
build:
2121
name: Build
22-
runs-on: macos-13
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-13
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: macos-13
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-13
87+
runs-on: macos-15-intel
8888
needs: build
8989
steps:
9090
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)