From 6e83299c99d13b7c4bdd154642f04c359c865403 Mon Sep 17 00:00:00 2001 From: clau <1281581+dualcnhq@users.noreply.github.com> Date: Tue, 14 May 2024 10:12:44 +0800 Subject: [PATCH] update runner image --- .github/workflows/call-run-individual-tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/call-run-individual-tests.yml b/.github/workflows/call-run-individual-tests.yml index e74aa887..84e88da2 100644 --- a/.github/workflows/call-run-individual-tests.yml +++ b/.github/workflows/call-run-individual-tests.yml @@ -4,11 +4,12 @@ on: workflow_call jobs: test: + runs-on: macos-latest # runs-on: ubuntu-latest - strategy: - matrix: - os: [macos-latest, ubuntu-latest] - runs-on: ${{ matrix.os }} + # strategy: + # matrix: + # os: [macos-latest, ubuntu-latest] + # runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3