ci: ghc 9.6.3 (#3328)

This commit is contained in:
Evgeny Poberezkin
2023-11-08 12:50:56 +00:00
committed by GitHub
parent 8722d35278
commit d233d07ddc
6 changed files with 29 additions and 38 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function readlink() {
OS=linux
ARCH=${1:-`uname -a | rev | cut -d' ' -f2 | rev`}
GHC_VERSION=9.6.2
GHC_VERSION=9.6.3
if [ "$ARCH" == "aarch64" ]; then
COMPOSE_ARCH=arm64
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
OS=mac
ARCH="${1:-`uname -a | rev | cut -d' ' -f1 | rev`}"
COMPOSE_ARCH=$ARCH
GHC_VERSION=9.6.2
GHC_VERSION=9.6.3
if [ "$ARCH" == "arm64" ]; then
ARCH=aarch64