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
(cherry picked from commit 6c24093)
  • Loading branch information
victorjulien authored and inashivb committed Feb 9, 2022
1 parent 85e42c9 commit 0e299c3
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 @@ -139,10 +139,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 @@ -254,7 +254,7 @@ jobs:
name: CentOS 7
runs-on: ubuntu-latest
container: centos:7
needs: centos-8
needs: [prepare-deps, alma-8]
steps:
- name: Install system dependencies
run: |
Expand Down Expand Up @@ -593,7 +593,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 @@ -878,7 +878,7 @@ jobs:
name: Ubuntu 20.04 (MSRV)
runs-on: ubuntu-latest
container: ubuntu:20.04
needs: centos-8
needs: alma-8
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0e299c3

Please sign in to comment.