Switch to Ubicloud runners for Alpine and Rocky Linux tests

This commit is contained in:
Stephane Peter
2024-03-24 14:00:42 -07:00
parent 1e94247c6f
commit c101321abf

View File

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