Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 034a59b

Browse files
LarryLianLarryLian
LarryLian
authored and
LarryLian
committedOct 28, 2024·
v1
1 parent f542a12 commit 034a59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/manylinux_basic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build-wheels:
1111
timeout-minutes: 60
12-
runs-on: docker.io/library/ubuntu:20.04
13-
container: quay.io/pypa/manylinux2014_x86_64
12+
runs-on: ubuntu-latest
13+
container: quay.io/pypa/manylinux2014_x86_64:2024-07-02-9ac04ee
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.