mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-02 06:39:07 +08:00
ci: Use s390x label to schedule workflows on s390x
The runners are having their labels uniformized across architecture. z15 is being removed in favor of s390x. Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
ea931ec6c5
commit
7049d3a2ea
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
runs_on: ubuntu-latest
|
runs_on: ubuntu-latest
|
||||||
arch: 'x86_64'
|
arch: 'x86_64'
|
||||||
- kernel: 'LATEST'
|
- kernel: 'LATEST'
|
||||||
runs_on: z15
|
runs_on: s390x
|
||||||
arch: 's390x'
|
arch: 's390x'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user