Skip to content

Commit e6c93e8

Browse files
committed
Fix: change some actions versions and change apple silcon testname
1 parent d91b1bb commit e6c93e8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node: 18
3434
host: x86
3535
target: x86
36-
- os: macos-m1
36+
- os: macos-latest
3737
node: 18
3838
host: arm64
3939
target: arm64
@@ -46,15 +46,11 @@ jobs:
4646
architecture: ${{ matrix.host }}
4747

4848
- name: Add yarn (self-hosted)
49-
if: matrix.os == 'macos-m1'
49+
if: matrix.os == 'macos-latest'
5050
run: npm install -g yarn
5151

52-
- name: Add setuptools for Python 3.12 (temp)
53-
if: matrix.os != 'macos-m1'
54-
run: pip install setuptools
55-
5652
- name: Add msbuild to PATH
57-
uses: microsoft/setup-msbuild@v1.3
53+
uses: microsoft/setup-msbuild@v2
5854
if: contains(matrix.os, 'windows')
5955
with:
6056
msbuild-architecture: ${{ matrix.target }}

0 commit comments

Comments
 (0)