Skip to content

Commit

Permalink
github-ci: replace failing CentOS 8 by AlmaLinux 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jan 31, 2022
1 parent b77d1d7 commit 6c24093
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
name: prep
path: .

centos-8:
name: CentOS 8
alma-8:
name: AlmaLinux 8
runs-on: ubuntu-latest
container: centos:8
container: almalinux:8.4
needs: [prepare-deps, prepare-cbindgen]
steps:
# Cache Rust stuff.
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
name: CentOS 7
runs-on: ubuntu-latest
container: centos:7
needs: [prepare-deps, centos-8]
needs: [prepare-deps, alma-8]
steps:
- name: Install system dependencies
run: |
Expand Down Expand Up @@ -952,7 +952,7 @@ jobs:
name: Ubuntu 20.04 (unsupported rust)
runs-on: ubuntu-latest
container: ubuntu:20.04
needs: centos-8
needs: alma-8
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -1235,7 +1235,7 @@ jobs:
name: Ubuntu 16.04
runs-on: ubuntu-latest
container: ubuntu:16.04
needs: centos-8
needs: alma-8
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 6c24093

Please sign in to comment.