Skip to content

Commit

Permalink
invalid strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 8f6d4d9 commit 8e217f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
macos-latest:
name: macos-latest-llvm@12
runs-on: moacos-latest
concurrency: strategy
strategy:
newest: lts-19
oldest: lts-18
#strategy:
# newest: lts-19
# oldest: lts-18
steps: &steps
- name: Clone project
uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
shell: bash
run: |
set -ex
stack-all --oldest ${{ strategy.oldest }} --newest ${{ strategy.newest }}
stack-all --oldest lts-18 --newest lts-19
# macos-13:
# name: macos-13
Expand Down

0 comments on commit 8e217f9

Please sign in to comment.