Skip to content

Commit 2651b4d

Browse files
committed
ci: faster builds on macos-15 while keeping emulator on macos-15-intel
1 parent 9268f8f commit 2651b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
build:
2222
name: Build
23-
runs-on: macos-15-intel
23+
runs-on: macos-15
2424
outputs:
2525
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2626
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
name: Build
19-
runs-on: macos-15-intel
19+
runs-on: macos-15
2020
outputs:
2121
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2222
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}

0 commit comments

Comments
 (0)