Skip to content

Commit

Permalink
build: try to update container
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Nov 21, 2024
1 parent 9bee461 commit a27182d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
runs:
using: "node16"
container: quay.io/pypa/manylinux2014_x86_64
container: quay.io/pypa/manylinux_2_28_x86_64
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
linux_python_build_and_release:
runs-on: ubuntu-22.04
container: quay.io/pypa/manylinux2014_x86_64
container: quay.io/pypa/manylinux_2_28_x86_64
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit a27182d

Please sign in to comment.