We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061733b commit 15f3bf8Copy full SHA for 15f3bf8
.github/workflows/ci.yml
@@ -61,10 +61,10 @@ jobs:
61
. ~/.ghcup/env
62
cabal haddock --disable-documentation
63
64
- centos7:
+ redhat-ubi9:
65
runs-on: ubuntu-24.04
66
container:
67
- image: centos:9
+ image: redhat/ubi9:latest
68
steps:
69
- name: Install
70
run: |
@@ -110,7 +110,7 @@ jobs:
110
apt-get update -y
111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112
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
+ - uses: actions/checkout@v4
114
- name: Test
115
116
source ~/.ghcup/env
0 commit comments