From 7380b53dc63004a6cf80840755471f791bcfb0b7 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Mon, 11 Mar 2024 10:19:04 -0400 Subject: [PATCH] Attempt moving `runs-on` config --- .github/workflows/run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6de57e4..a8c71d8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,6 @@ on: jobs: test: - runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: @@ -27,6 +26,8 @@ jobs: testbench: 9.* carbon: ^2.63 + runs-on: ${{ matrix.os }} + name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: