From 3f6ccd2a7fee6a8954f2f67436de9fb117ed45d3 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Tue, 17 Dec 2024 20:53:27 +0800 Subject: [PATCH] Use ubuntu-22.04 instead of the latest on CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 727f86a..639ef5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0'] - os: ['ubuntu-latest', 'windows-latest'] + os: ['ubuntu-22.04', 'windows-latest'] name: Build on ${{ matrix.os }} with GHC ${{ matrix.ghc }}