Skip to content

Commit 9ea56eb

Browse files
committed
Switched to native M1 machines
1 parent 528e15a commit 9ea56eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os:
22-
- macos-latest
22+
- macos-15
2323
- ubuntu-20.04
2424
- windows-latest
2525
host:
@@ -33,7 +33,7 @@ jobs:
3333
node: 18
3434
host: x86
3535
target: x86
36-
- os: macos-m1
36+
- os: macos-15
3737
node: 18
3838
host: arm64
3939
target: arm64
@@ -46,11 +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-15'
5050
run: npm install -g yarn
5151

5252
- name: Add setuptools for Python 3.12 (temp)
53-
if: matrix.os != 'macos-m1'
53+
if: matrix.os != 'macos-15'
5454
run: pip install setuptools
5555

5656
- name: Add msbuild to PATH

0 commit comments

Comments
 (0)