We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263476f commit 1e827b3Copy full SHA for 1e827b3
.github/workflows/all.yml
@@ -135,7 +135,7 @@ jobs:
135
matrix:
136
include:
137
- name: ubuntu-x86_64
138
- theContainer: quay.io/pypa/manylinux_2_24_x86_64
+ theContainer: quay.io/pypa/manylinux2014_x86_64
139
os: ubuntu-latest
140
cmake-options: >-
141
-DCMAKE_BUILD_TYPE=Release
@@ -144,7 +144,7 @@ jobs:
144
-DLLVM_TARGETS_TO_BUILD="X86"
145
-DLLVM_DEFAULT_TARGET_TRIPLE="x86_64-linux-gnu"
146
# - name: ubuntu-aarch64
147
- # theContainer: quay.io/pypa/manylinux_2_24_aarch64
+ # theContainer: quay.io/pypa/manylinux2014_aarch64
148
# os: ubuntu-latest
149
# cmake-options: >-
150
# -DCMAKE_BUILD_TYPE=Release
0 commit comments