Skip to content

Commit fd8039e

Browse files
authored
Use macos-14 for test workflow (#1088)
This resolve "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15." errors
1 parent 8a3d40c commit fd8039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# single mac test due to minute multipliers
1717
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions
1818
- node: 20
19-
os: macos-12
19+
os: macos-14
2020
# single windows test due to node.js 14 node-gyp / vs 2022 issues
2121
- node: 20
2222
os: windows-2022

0 commit comments

Comments
 (0)