We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de834b commit aade296Copy full SHA for aade296
1 file changed
.github/workflows/ci.yml
@@ -35,8 +35,7 @@ jobs:
35
node: 22
36
host: x86
37
target: x86
38
- # This is a self-hosted runner, github doesn't have this architecture yet.
39
- - os: macos-m1
+ - os: macos-latest
40
41
host: arm64
42
target: arm64
@@ -48,10 +47,6 @@ jobs:
48
47
node-version: ${{ matrix.node }}
49
architecture: ${{ matrix.host }}
50
51
- - name: Add yarn (self-hosted)
52
- if: matrix.os == 'macos-m1'
53
- run: npm install -g yarn
54
-
55
- name: Add msbuild to PATH
56
uses: microsoft/setup-msbuild@v1.1
57
if: contains(matrix.os, 'windows')
0 commit comments