Skip to content

Commit 02ac0b1

Browse files
committed
Use ubuntu-20.04 for maximum glibc compatibility (glibc 2.31+)
1 parent ad61c4b commit 02ac0b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Prebuild Node ${{ matrix.node }} on ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-latest, windows-2022, macos-latest]
30+
os: [ubuntu-20.04, windows-2022, macos-latest]
3131
node: [20, 22, 23, 24]
3232
runs-on: ${{ matrix.os }}
3333

@@ -120,7 +120,7 @@ jobs:
120120
name: Prebuild Electron ${{ matrix.electron }} on ${{ matrix.os }}
121121
strategy:
122122
matrix:
123-
os: [ubuntu-latest, windows-2022, macos-latest]
123+
os: [ubuntu-20.04, windows-2022, macos-latest]
124124
electron: [32, 33, 34, 35, 36]
125125
runs-on: ${{ matrix.os }}
126126

@@ -288,8 +288,8 @@ jobs:
288288
echo ""
289289
echo "📋 Automated prebuilds uploaded for:"
290290
echo " • Windows (win32-x64)"
291-
echo " • Linux glibc (linux-x64)"
292-
echo " • macOS (darwin-arm64)"
291+
echo " • Linux glibc 2.31+ (linux-x64, built on Ubuntu 20.04)"
292+
echo " • macOS Apple Silicon (darwin-arm64)"
293293
echo " • Node.js versions: 20, 22, 23, 24"
294294
echo " • Electron versions: 32, 33, 34, 35, 36"
295295
echo ""

0 commit comments

Comments
 (0)