From 80a03709d3b71f441b35109557f28776229dff14 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Mon, 5 Jun 2023 00:10:01 +0100 Subject: [PATCH] Why bother running tests on mac and windows? --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96eae56..550b90a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,9 +4,8 @@ jobs: test: strategy: matrix: - go-version: [1.20.x] - os: [ubuntu-latest, macos-latest, windows-latest] - runs-on: ${{ matrix.os }} + go-version: 1.20.x + runs-on: ubuntu-latest steps: - uses: actions/setup-go@v3 with: