Skip to content

Commit

Permalink
Use macos-14 for test workflow (#1088)
Browse files Browse the repository at this point in the history
This resolve "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15." errors
  • Loading branch information
GaryWilber authored Nov 18, 2024
1 parent 8a3d40c commit fd8039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# single mac test due to minute multipliers
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions
- node: 20
os: macos-12
os: macos-14
# single windows test due to node.js 14 node-gyp / vs 2022 issues
- node: 20
os: windows-2022
Expand Down

0 comments on commit fd8039e

Please sign in to comment.