Skip to content

Commit

Permalink
build: try to use node16?
Browse files Browse the repository at this point in the history
  • Loading branch information
liufang-robot committed Nov 21, 2024
1 parent 82fe1a0 commit 9bee461
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux_python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
jobs:
linux_python_build:
runs-on: ubuntu-22.04
runs:
using: "node16"
container: quay.io/pypa/manylinux2014_x86_64
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 9bee461

Please sign in to comment.