File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
25
25
platform :
26
26
- runner : ubuntu-latest
27
27
target : x86_64
28
- - runner : ubuntu-latest
29
- target : x86
30
- - runner : ubuntu-latest
31
- target : aarch64
32
- - runner : ubuntu-latest
33
- target : armv7
34
- - runner : ubuntu-latest
35
- target : s390x
36
- - runner : ubuntu-latest
37
- target : ppc64le
28
+ # - runner: ubuntu-latest
29
+ # target: x86
30
+ # - runner: ubuntu-latest
31
+ # target: aarch64
32
+ # - runner: ubuntu-latest
33
+ # target: armv7
34
+ # - runner: ubuntu-latest
35
+ # target: s390x
36
+ # - runner: ubuntu-latest
37
+ # target: ppc64le
38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
- uses : actions/setup-python@v5
@@ -61,12 +61,12 @@ jobs:
61
61
platform :
62
62
- runner : ubuntu-latest
63
63
target : x86_64
64
- - runner : ubuntu-latest
65
- target : x86
66
- - runner : ubuntu-latest
67
- target : aarch64
68
- - runner : ubuntu-latest
69
- target : armv7
64
+ # - runner: ubuntu-latest
65
+ # target: x86
66
+ # - runner: ubuntu-latest
67
+ # target: aarch64
68
+ # - runner: ubuntu-latest
69
+ # target: armv7
70
70
steps :
71
71
- uses : actions/checkout@v4
72
72
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments