From 054ede00d57d21d3c216da7d3746acb24944268a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 6 Nov 2023 09:31:44 +1100 Subject: [PATCH] CI: Temporarily reduce CI workload to windows and ghc-9.4.7 --- .github/workflows/bootstrap.yml | 4 ++-- .github/workflows/validate.yml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c1734736e4c..19934457559 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -18,8 +18,8 @@ jobs: bootstrap: strategy: matrix: - os: [ubuntu-latest] - ghc: ["8.10.7", "9.0.2", "9.2.7", "9.4.4"] + os: [disabled", ubuntu-latest] + ghc: [disabled", "8.10.7", "9.0.2", "9.2.7", "9.4.4"] include: - os: macos-latest ghc: "9.2.7" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8c9c3203806..af0136a365d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -37,8 +37,10 @@ jobs: GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }} strategy: matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] - ghc: ["9.6.3", "9.4.7", "9.2.7", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"] + # os: ["ubuntu-latest", "macos-latest", "windows-latest"] + # ghc: ["9.6.3", "9.4.7", "9.2.7", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"] + os: ["windows-latest"] + ghc: ["9.4.7"] exclude: # corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356 - os: "windows-latest"