From bb27488afeb44bb79e3044c2faadc745a6109d85 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 12 Nov 2024 16:14:31 +0100 Subject: [PATCH] ci: fix job (#669) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2305fe3..b7ccdf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: needs: - prepare name: ${{ matrix.node-version == 20 && format('test ({0})', matrix.os) || format('test ({0}, node-{1})', matrix.os, matrix.node-version) }} - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} # tests shouldn't need more time timeout-minutes: 30