Skip to content

Commit

Permalink
for resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 6d43c1f commit fa4624f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
macos-latest:
name: macos-latest
runs-on: macos-latest
#strategy:
# newest: lts-19
# oldest: lts-18
steps:
- name: Install LLVM 12
if: ${{ job.name == macos-latest-llvm@12 }}
Expand All @@ -37,7 +34,9 @@ jobs:
run: |
set -ex
stack --version
stack test --fast --no-terminal --stack-yaml=${{ matrix.stack-yaml }} --resolver=${{ matrix.resolver }}
for resolver in 18.28 19.33
do stack test --fast --no-terminal --resolver=lts-$resolver
done
# macos-13:
# name: macos-13
Expand Down

0 comments on commit fa4624f

Please sign in to comment.