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:
Manu Bretelle
2022-11-16 12:51:33 -08:00
committed by Andrii Nakryiko
parent ea931ec6c5
commit 7049d3a2ea

View File

@@ -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