From d4cbdfae3fff9f5a83d66a2073ae4d6d0d28a21a Mon Sep 17 00:00:00 2001 From: Brianna Morales <74382627+brnnmrls@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:54:54 -0700 Subject: [PATCH] Use the macos-12 runner. (#879) --- .github/workflows/tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 523bed57d..2bcfa7e72 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,12 +50,14 @@ jobs: run: pod lib lint --verbose ${{ matrix.flags }} spm-build-test: - runs-on: macos-11 + runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build unit test target run: swift build - name: Run unit test target run: swift test --enable-code-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 + with: + version: v0.7.3