mirror of
https://github.com/megastep/makeself.git
synced 2025-09-26 19:41:12 +08:00
Switch to Ubicloud runners for Alpine and Rocky Linux tests
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user