Skip to content

Commit 43c10f3

Browse files
committed
Retry self-hosted runners
1 parent e376949 commit 43c10f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ on:
1515

1616
jobs:
1717
build-wheels:
18-
runs-on: ubuntu-latest
18+
runs-on:
19+
- self-hosted
20+
- linux
21+
- X64
22+
container:
23+
image: registry.cern.ch/kubernetes/library/ubuntu:24.04
24+
options: --security-opt label=disable --rm
1925
strategy:
2026
matrix:
2127
target: [cp38-manylinux_x86_64, cp39-manylinux_x86_64, cp310-manylinux_x86_64, cp311-manylinux_x86_64, cp312-manylinux_x86_64, cp313-manylinux_x86_64]

0 commit comments

Comments
 (0)