Skip to content

Commit 597e70f

Browse files
andreasabelhasufell
authored andcommitted
CI: Keep centos:7 at actions/checkout@v3
1 parent cb30102 commit 597e70f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
run: |
5555
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl autoconf
5656
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v3
58+
# actions/checkout@v4 (using node20) does not run on image: centos:7
5859
- name: Test
5960
run: |
6061
source ~/.ghcup/env

0 commit comments

Comments
 (0)