Skip to content

Commit 415fc3f

Browse files
committed
ci: use new m1 runners
1 parent 5822e82 commit 415fc3f

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
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build:
1313
name: Build
14-
runs-on: macos-13
14+
runs-on: macos-14
1515
outputs:
1616
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
1717
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
@@ -7,7 +7,7 @@ env:
77
jobs:
88
build:
99
name: Build
10-
runs-on: macos-latest
10+
runs-on: macos-14
1111
steps:
1212
- uses: maxim-lobanov/setup-xcode@v1
1313
with:

0 commit comments

Comments
 (0)