We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2448ae7 commit 0ba1769Copy full SHA for 0ba1769
1 file changed
.github/workflows/ci.yml
@@ -31,15 +31,15 @@ jobs:
31
- docker_file: docker/Dockerfile.manylinux_2_28_X64
32
name: manylinux-x86
33
arch: linux/amd64
34
- runner: X86
+ runner: X64
35
- docker_file: docker/Dockerfile.u2204
36
name: native-arm
37
arch: linux/arm64
38
runner: ARM64
39
40
name: native-x86
41
42
43
runs-on:
44
- self-hosted
45
- ${{ matrix.runner }}
0 commit comments