Skip to content

Commit

Permalink
Remove non-Nix macOS builds from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed May 1, 2024
1 parent f282bd6 commit 950628e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
ghc: ['9.2.8']
cabal: ['3.10']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macOS-latest']
os: ['ubuntu-20.04', 'ubuntu-22.04']

steps:
- name: 'GitHub actions env workaround'
Expand Down Expand Up @@ -41,11 +41,6 @@ jobs:
dist-newstyle
key: ${{ matrix.os }}-${{ matrix.ghc }}-4-cabal

# System dependencies
- name: Install liblzma
run: brew install xz # xz package contains liblzma
if: startsWith(matrix.os, 'macOS')

# Build
- name: Update package database
run: cabal update
Expand Down

0 comments on commit 950628e

Please sign in to comment.