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 528e15a commit 9ea56ebCopy full SHA for 9ea56eb
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
os:
22
- - macos-latest
+ - macos-15
23
- ubuntu-20.04
24
- windows-latest
25
host:
@@ -33,7 +33,7 @@ jobs:
33
node: 18
34
host: x86
35
target: x86
36
- - os: macos-m1
+ - os: macos-15
37
38
host: arm64
39
target: arm64
@@ -46,11 +46,11 @@ jobs:
46
architecture: ${{ matrix.host }}
47
48
- name: Add yarn (self-hosted)
49
- if: matrix.os == 'macos-m1'
+ if: matrix.os == 'macos-15'
50
run: npm install -g yarn
51
52
- name: Add setuptools for Python 3.12 (temp)
53
- if: matrix.os != 'macos-m1'
+ if: matrix.os != 'macos-15'
54
run: pip install setuptools
55
56
- name: Add msbuild to PATH
0 commit comments