From 9cd818627871f7864eb907ab12ce4aa76187bcc3 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 30 Aug 2024 08:39:27 +0800 Subject: [PATCH] Drop `mac-os` tests for launcher_go (#850) The runners cost 10 times more and there are no macOS specific tests which we are running. --- .github/workflows/launcher_go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/launcher_go.yml b/.github/workflows/launcher_go.yml index 2c890f7..3e3928f 100644 --- a/.github/workflows/launcher_go.yml +++ b/.github/workflows/launcher_go.yml @@ -31,12 +31,10 @@ jobs: fi test: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest timeout-minutes: 5 strategy: fail-fast: true - matrix: - os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 -- 2.25.1