Skip to content

Commit be59741

Browse files
authored
Add missing macOS x64 builds (#1419)
1 parent 9484727 commit be59741

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
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
os:
2929
- ubuntu-22.04
30-
- macos-14
3130
- macos-15
31+
- macos-15-large
3232
- windows-2022
3333
node:
3434
- 20
@@ -89,8 +89,8 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
os:
92-
- macos-14
9392
- macos-15
93+
- macos-15-large
9494
- windows-2022
9595
name: Prebuild on ${{ matrix.os }}
9696
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)