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 d1ea3f8 commit 22820e1Copy full SHA for 22820e1
.github/workflows/ci.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
macOS:
60
name: Test on macOS
61
- runs-on: macos-12
+ runs-on: macos-15
62
strategy:
63
matrix:
64
node: [18.12.0, 20.9.0]
@@ -70,9 +70,7 @@ jobs:
70
- name: Install Dependencies
71
run: |
72
brew update
73
- brew install python3 || : # python doesn't need to be linked
74
- brew install pkg-config cairo pango libpng jpeg giflib librsvg
75
- pip install setuptools
+ brew install python-setuptools pkg-config cairo pango libpng jpeg giflib librsvg
76
- name: Install
77
run: npm install --build-from-source
78
- name: Test
0 commit comments