Skip to content

Commit 1e827b3

Browse files
author
David Braun
committed
switch to manylinux2014_x86_64 because it has GCC 9.3 pypa/manylinux#1012
1 parent 263476f commit 1e827b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
matrix:
136136
include:
137137
- name: ubuntu-x86_64
138-
theContainer: quay.io/pypa/manylinux_2_24_x86_64
138+
theContainer: quay.io/pypa/manylinux2014_x86_64
139139
os: ubuntu-latest
140140
cmake-options: >-
141141
-DCMAKE_BUILD_TYPE=Release
@@ -144,7 +144,7 @@ jobs:
144144
-DLLVM_TARGETS_TO_BUILD="X86"
145145
-DLLVM_DEFAULT_TARGET_TRIPLE="x86_64-linux-gnu"
146146
# - name: ubuntu-aarch64
147-
# theContainer: quay.io/pypa/manylinux_2_24_aarch64
147+
# theContainer: quay.io/pypa/manylinux2014_aarch64
148148
# os: ubuntu-latest
149149
# cmake-options: >-
150150
# -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)