Skip to content

Commit

Permalink
Switch to Ubicloud runners for Alpine and Rocky Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Mar 24, 2024
1 parent 1e94247 commit c101321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit c101321

Please sign in to comment.