From d8d8034777969dab5718c7caa586edbd37139f55 Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Mon, 8 Jul 2024 15:21:57 -0400 Subject: [PATCH] invalid strategy --- .github/workflows/tests.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b0215b6..2eaff3e2 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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