From fc2e0f025f53bf6befed89b213e35599e007b608 Mon Sep 17 00:00:00 2001 From: Yannick DAYER Date: Wed, 10 Jul 2024 20:35:20 +0200 Subject: [PATCH] ci: add dynamic "runs-on" for matrix job. --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c8e8538..eb12b17 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,6 +20,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-14] pixi_environment: [test, test-alternative] # latest and previous python + runs-on: ${{ matrix.os }} permissions: # Gives the action the necessary permissions for publishing new # comments in pull requests.