mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-13 21:09: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
|
||||
arch: 'x86_64'
|
||||
- kernel: 'LATEST'
|
||||
runs_on: z15
|
||||
runs_on: s390x
|
||||
arch: 's390x'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user