mirror of
https://github.com/Z3Prover/z3
synced 2026-06-07 01:20:53 +00:00
Fix checkout action GLIBC incompatibility in manylinux and macOS builds (#8207)
* Initial plan * Fix checkout action compatibility with manylinux containers and macOS Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
6e68911cbb
commit
07929c3271
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
|
|
@ -202,7 +202,7 @@ jobs:
|
||||||
name: "Python bindings (manylinux AMD64)"
|
name: "Python bindings (manylinux AMD64)"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
container: quay.io/pypa/manylinux2014_x86_64:latest
|
container: quay.io/pypa/manylinux_2_28_x86_64:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.1
|
||||||
|
|
@ -232,7 +232,7 @@ jobs:
|
||||||
name: "Python bindings (manylinux ARM64 cross)"
|
name: "Python bindings (manylinux ARM64 cross)"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
container: quay.io/pypa/manylinux2014_x86_64:latest
|
container: quay.io/pypa/manylinux_2_28_x86_64:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue