Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 37bf7f3 commit e8ed625
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
- master

jobs:
macos-latest:
name: macos-latest
runs-on: macos-latest
tests:
name: tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
resolver:
20.26
19.33
18.28
- 20.26
- 19.33
- 18.28
steps:
- name: Install LLVM 12
if: ${{ matrix.os == macos-latest && matrix.resolver < 20 }}
Expand All @@ -38,9 +38,9 @@ jobs:
- name: Build and run tests
shell: bash
run: |
set -ex
stack --version
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}
set -ex
stack --version
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}
# macos-13:
# name: macos-13
Expand Down

0 comments on commit e8ed625

Please sign in to comment.