From 8e5d9f4f50e12a43b9dc534b9dc670ec09524dee Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Thu, 4 Jul 2024 00:35:19 +0200 Subject: [PATCH] remove redundant CI build matrix entry --- .github/workflows/applications.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 580a902d9..0da856f51 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -20,7 +20,7 @@ jobs: matrix: ghc: ['9.6.6', '9.8.2', '9.10.1'] cabal: ['3.12'] - os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-latest', 'macos-14'] + os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-14'] cabalcache: ['true'] flags: ['+build-tool'] include: @@ -71,11 +71,6 @@ jobs: shell: bash run: z3 -version - # Install libc6 for cabal-cache on ubuntu-20.04 - - name: Install libc6 on ubuntu-20.04 - if: matrix.os == 'ubuntu-20.04' - run: sudo apt-get install libc6 - # Haskell Setup - name: Set permissions for .ghcup (ubuntu) if: startsWith(matrix.os, 'ubuntu-')