We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b1bb commit e6c93e8Copy full SHA for e6c93e8
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
node: 18
34
host: x86
35
target: x86
36
- - os: macos-m1
+ - os: macos-latest
37
38
host: arm64
39
target: arm64
@@ -46,15 +46,11 @@ jobs:
46
architecture: ${{ matrix.host }}
47
48
- name: Add yarn (self-hosted)
49
- if: matrix.os == 'macos-m1'
+ if: matrix.os == 'macos-latest'
50
run: npm install -g yarn
51
52
- - name: Add setuptools for Python 3.12 (temp)
53
- if: matrix.os != 'macos-m1'
54
- run: pip install setuptools
55
-
56
- name: Add msbuild to PATH
57
- uses: microsoft/setup-msbuild@v1.3
+ uses: microsoft/setup-msbuild@v2
58
if: contains(matrix.os, 'windows')
59
with:
60
msbuild-architecture: ${{ matrix.target }}
0 commit comments