File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919jobs :
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 }}
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)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
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 }}
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
You can’t perform that action at this time.
0 commit comments