diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 38c6b1d7c..2e6518a11 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -19,7 +19,7 @@ permissions: jobs: build: name: Build - runs-on: macos-13 + runs-on: macos-15-intel outputs: npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }} npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} @@ -93,7 +93,7 @@ jobs: test: name: Test - runs-on: macos-13 + runs-on: macos-15-intel needs: build steps: - name: Harden the runner (Audit all outbound calls) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 69a1f3bef..7aeaf31c8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ permissions: jobs: build: name: Build - runs-on: macos-13 + runs-on: macos-15-intel outputs: npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }} npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} @@ -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-intel needs: build steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0