Commit 0719ed8
committed
fix(CI): use Ubuntu 22.04 runners for Linux builds
Ubuntu 24.04 runners (GLIBC 2.39) produce sqlite3 native addons that
require GLIBC_2.38, which is unavailable on Ubuntu 22.04 deployment
targets (GLIBC 2.35). Pinning to 22.04 runners ensures the compiled
node_sqlite3.node is compatible with all non-EOL Ubuntu LTS releases.1 parent cde8247 commit 0719ed8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments