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