From c101321abf5bea03a7557437df2260f874e968cb Mon Sep 17 00:00:00 2001 From: Stephane Peter Date: Sun, 24 Mar 2024 14:00:42 -0700 Subject: [PATCH] Switch to Ubicloud runners for Alpine and Rocky Linux tests --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19a11b0..ccc02d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,11 @@ jobs: container: 'ubuntu:latest' artifact: 'ubuntu' - - os: alpine-latest + - os: ubicloud container: 'alpine:latest' artifact: 'alpine' - - os: rockylinux + - os: ubicloud container: 'rockylinux:9' # they do not have latest, but 9 will be covered for all the defaults for all latest 9 version artifact: 'rockylinux'