Skip to content

Commit 15f3bf8

Browse files
andreasabelBodigrim
authored andcommitted
CI: try redhat/ubi9:latest instead of centos:7
1 parent 061733b commit 15f3bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
. ~/.ghcup/env
6262
cabal haddock --disable-documentation
6363
64-
centos7:
64+
redhat-ubi9:
6565
runs-on: ubuntu-24.04
6666
container:
67-
image: centos:9
67+
image: redhat/ubi9:latest
6868
steps:
6969
- name: Install
7070
run: |
@@ -110,7 +110,7 @@ jobs:
110110
apt-get update -y
111111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112112
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
113-
- uses: actions/checkout@v1
113+
- uses: actions/checkout@v4
114114
- name: Test
115115
run: |
116116
source ~/.ghcup/env

0 commit comments

Comments
 (0)