Skip to content

Commit

Permalink
build on macos?
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Dec 6, 2024
1 parent 38ae605 commit 5d0a62b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

macOS:
name: Test on macOS
runs-on: macos-12
runs-on: macos-15
strategy:
matrix:
node: [18.12.0, 20.9.0]
Expand All @@ -72,6 +72,7 @@ jobs:
brew update
brew install python3 || : # python doesn't need to be linked
brew install pkg-config cairo pango libpng jpeg giflib librsvg
pip install distutils
pip install setuptools
- name: Install
run: npm install --build-from-source
Expand Down

0 comments on commit 5d0a62b

Please sign in to comment.