Skip to content

Commit fea0c80

Browse files
committed
Switch to ubuntu-22.04 due to upcoming ubuntu-20.04 deprecation
1 parent 02ac0b1 commit fea0c80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 3 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-20.04, windows-2022, macos-latest]
30+
os: [ubuntu-22.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-20.04, windows-2022, macos-latest]
123+
os: [ubuntu-22.04, windows-2022, macos-latest]
124124
electron: [32, 33, 34, 35, 36]
125125
runs-on: ${{ matrix.os }}
126126

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

0 commit comments

Comments
 (0)