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 4566990
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .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 @@ -70,9 +70,7 @@ jobs:
- name: Install Dependencies
run: |
brew update
brew install python3 || : # python doesn't need to be linked
brew install pkg-config cairo pango libpng jpeg giflib librsvg
pip install setuptools
brew install python-setuptools pkg-config cairo pango libpng jpeg giflib librsvg
- name: Install
run: npm install --build-from-source
- name: Test
Expand Down

0 comments on commit 4566990

Please sign in to comment.