Skip to content

Commit

Permalink
remove redundant CI build matrix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jul 3, 2024
1 parent cf9c59b commit 8e5d9f4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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-')
Expand Down

0 comments on commit 8e5d9f4

Please sign in to comment.