Skip to content

Commit be697bf

Browse files
committed
prebuild
1 parent eab7165 commit be697bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Prebuild Node ${{ matrix.node }} on ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-2022, macos-15]
17+
os: [ubuntu-latest, windows-2022, macos-latest]
1818
node: [20, 22, 23, 24]
1919
runs-on: ${{ matrix.os }}
2020

@@ -89,7 +89,7 @@ jobs:
8989
name: Prebuild Electron ${{ matrix.electron }} on ${{ matrix.os }}
9090
strategy:
9191
matrix:
92-
os: [ubuntu-20.04, windows-2022, macos-12]
92+
os: [ubuntu-20.04, windows-2022, macos-latest]
9393
electron: [32, 33, 34, 35, 36]
9494
runs-on: ${{ matrix.os }}
9595

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"variables": {
77
"arch%": "<!(uname -m)",
8-
"cflags_cpp": "-std=gnu++20 -fexceptions",
8+
"cflags_cpp": "gnu++20",
99
}
1010
},
1111
'OS=="linux"',

0 commit comments

Comments
 (0)