Skip to content

Commit dd51762

Browse files
committed
CI: Update to ubuntu-22.04 because ubuntu-20.04 is not supported
1 parent a253b2a commit dd51762

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
# Linux builds
3838
# When building with ubunutu-latest (24.04), we still see the following runtime error:
3939
# [PYI-4568:ERROR] Failed to load Python shared library '/tmp/_MEI3FR8Jx/libpython3.11.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEI3FR8Jx/libpython3.11.so.1.0)
40-
- platform: ubuntu-20.04
40+
#
41+
# Update on 2025-04-01: Have to upgrade from 20.04 because:
42+
# This is a scheduled Ubuntu 20.04 brownout. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101
43+
- platform: ubuntu-22.04
4144
os: linux
4245
architecture: x64
4346
- platform: 2-core-ubuntu-arm # or ubuntu-latest-arm

0 commit comments

Comments
 (0)