From 7d0fd4cdcc21ceb57efc1d28845c96829e15152c Mon Sep 17 00:00:00 2001 From: Eric Daniels Date: Mon, 6 Nov 2023 11:20:46 -0500 Subject: [PATCH] get rid of self-hosted macos --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 030cfc7..6813502 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,13 +35,13 @@ jobs: - name: Run Test Suite run: make lint test macos: + runs-on: macos-latest strategy: matrix: - runs-on: macos-latest go: - '1.19' runs-on: ${{ matrix.runs-on }} - name: macOS Go ${{ matrix.go }} ${{ join(matrix.runs-on, ' ') }} + name: macOS Go ${{ matrix.go }} steps: - name: Checkout uses: actions/checkout@v3