Skip to content

Commit aade296

Browse files
committed
update old self-hosted mac runner to native mac runner
1 parent 1de834b commit aade296

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
node: 22
3636
host: x86
3737
target: x86
38-
# This is a self-hosted runner, github doesn't have this architecture yet.
39-
- os: macos-m1
38+
- os: macos-latest
4039
node: 22
4140
host: arm64
4241
target: arm64
@@ -48,10 +47,6 @@ jobs:
4847
node-version: ${{ matrix.node }}
4948
architecture: ${{ matrix.host }}
5049

51-
- name: Add yarn (self-hosted)
52-
if: matrix.os == 'macos-m1'
53-
run: npm install -g yarn
54-
5550
- name: Add msbuild to PATH
5651
uses: microsoft/setup-msbuild@v1.1
5752
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)