Skip to content

Commit 5d3e194

Browse files
committed
fix(workflow): update macOS version and node version format in build matrix (should be no-op)
1 parent 5cfc0f4 commit 5d3e194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [ubuntu-latest, macos-14, windows-latest]
41+
os: [ubuntu-latest, macos-latest, windows-latest]
4242
# See https://github.com/nodejs/release#release-schedule
43-
node-version: [20.x, 22.x, 24.x]
43+
node-version: [20, 22, 24]
4444

4545
steps:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)