You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ jobs:
35
35
# architecture: arm64 # Windows ARM
36
36
37
37
# 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
39
41
os: linux
40
42
architecture: x64
41
43
- platform: 2-core-ubuntu-arm # or ubuntu-latest-arm
0 commit comments