Skip to content

Commit

Permalink
ci: Fix build on macOS
Browse files Browse the repository at this point in the history
GH updated macos-latest to 14 which fails to install ninja
  • Loading branch information
iamsergio committed Apr 25, 2024
1 parent 7e55274 commit dc9f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
Expand Down

0 comments on commit dc9f1c0

Please sign in to comment.