From 8fcbbf9e8b2e561895ea2d167b8865afbe985c45 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 3 Jun 2024 14:33:06 +0000 Subject: [PATCH] Attempt at yaml. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 25e57da5..38a4db13 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ concurrency: jobs: run_tests: - runs-on: ${{ matrix.runner }} + runs-on: [${{ matrix.runner }}] strategy: matrix: runner: [ubuntu-latest, intel-pvc-tgi]