Skip to content

Commit 2c3e9f1

Browse files
committed
switch back to ubuntu-20.04
1 parent ec5a49b commit 2c3e9f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
# architecture: arm64 # Windows ARM
3636

3737
# Linux builds
38-
- platform: ubuntu-latest
38+
# When building with ubunutu-latest (24.04), we still see the following runtime error:
39+
# [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
3941
os: linux
4042
architecture: x64
4143
- platform: 2-core-ubuntu-arm # or ubuntu-latest-arm

0 commit comments

Comments
 (0)