From e8dfcb58c9a31dc74c91e7195c62ab4085e48e21 Mon Sep 17 00:00:00 2001 From: Matt Mauer <59808764+mrmauer@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:26:48 -0400 Subject: [PATCH] update CI to skip macos (#25) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36e71c6..613e9f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: go-version: [1.17, 1.18, 1.19, 1.20] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3