Skip to content

Commit ff0904c

Browse files
committed
Drop 9.0.2 for darwin M1
1 parent 1f8c084 commit ff0904c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
strategy:
246246
fail-fast: false
247247
matrix:
248-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
248+
ghc: ["9.4.4", "9.2.6", "9.2.5", "8.10.7"]
249249
steps:
250250
- name: Checkout code
251251
uses: actions/checkout@v3
@@ -259,7 +259,6 @@ jobs:
259259
export LD=ld
260260
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
261261
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
262-
export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
263262
bash .github/scripts/build.sh
264263
tar cf out-${ARTIFACT}-${GHC_VERSION}.tar out/ store/
265264
env:
@@ -543,7 +542,6 @@ jobs:
543542
export LD=ld
544543
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
545544
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
546-
export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
547545
for bindist in out-*.tar ; do
548546
tar xf "${bindist}"
549547
done
@@ -784,7 +782,6 @@ jobs:
784782
export LD=ld
785783
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
786784
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
787-
export C_INCLUDE_PATH="`arch -arm64 xcrun --show-sdk-path`/usr/include/ffi"
788785
bash .github/scripts/test.sh
789786
790787
test-win:

0 commit comments

Comments
 (0)