Skip to content

Commit

Permalink
drop macos-13, use default (latest) vers of haskell tools
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Jul 1, 2024
1 parent e9c3bbc commit 3a934bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/stack-based-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ jobs:
flakes-simple:
strategy:
matrix:
os: [ubuntu-22.04, macos-14, macos-13]
os: [ubuntu-22.04, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
with:
enable-stack: true
ghc-version: '9.10.1'
cabal-version: '3.10.3.0'
stack-version: '2.15.7'

- uses: actions/cache@v4
name: Cache ~/.stack
Expand Down

0 comments on commit 3a934bb

Please sign in to comment.