From 7049d3a2ea6d299ec4dfe0bb2a2271e8749ef408 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Wed, 16 Nov 2022 12:51:33 -0800 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0deb0d..4d723e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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