From a066899e8d082c2cfc5cbb7cea9d6b7288637866 Mon Sep 17 00:00:00 2001 From: Tina Boyce <12929562+tinaboyce@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:21:41 +1000 Subject: [PATCH] Bump macos runner from 11 to 12 Closes #1302 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5fdcef2e..162c747a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-latest, macos-11] + os: [ubuntu-latest, macOS-latest, macos-12] steps: - name: Set up Go 1.x uses: actions/setup-go@v5 @@ -73,7 +73,7 @@ jobs: path: reports - uses: actions/download-artifact@v4 with: - name: macos-11_reports + name: macos-12_reports path: reports - name: Codecov