Skip to content

Commit 65ee4d3

Browse files
authored
use macos-latest-large in test/release workflows (#1869)
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 7f5921c commit 65ee4d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: macos-latest
14+
runs-on: macos-latest-large
1515

1616
steps:
1717
- name: setup repo
@@ -48,7 +48,7 @@ jobs:
4848
path: packages/${{ github.event.inputs.package }}/*.tgz
4949

5050
publish:
51-
runs-on: macos-latest
51+
runs-on: macos-latest-large
5252
needs: test
5353
environment: npm-publish
5454
permissions:

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
19+
runs-on: [ubuntu-latest, macos-latest-large, windows-latest]
2020
fail-fast: false
2121

2222
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)