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 d8d8034
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ 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
- name: Install LLVM 12
if: job.name == macos-latest-llvm@12
#if: job.name == macos-latest-llvm@12
shell: bash
run: |
set -ex
Expand All @@ -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 d8d8034

Please sign in to comment.