Skip to content

Commit

Permalink
ci(macos): pin to macos-13
Browse files Browse the repository at this point in the history
Formulae is unavailable for macOS > 13
  • Loading branch information
gnikit committed Sep 18, 2024
1 parent c484787 commit 5594b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
fpm-version: ["v0.8.0", "v0.9.0", "latest"]
node-version: ["20.x"]

Expand Down

0 comments on commit 5594b39

Please sign in to comment.