From fa4c5f2cc8e63eda6bc9912b893c04d291585dac Mon Sep 17 00:00:00 2001 From: brianna Date: Tue, 17 Sep 2024 10:50:26 -0700 Subject: [PATCH 1/4] Update spm-build-test runner to macos-12. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 523bed57d..ce3bc69bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,12 +50,12 @@ 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 From 420d2c0bea0d2770abdf37535b2cfbe045027be4 Mon Sep 17 00:00:00 2001 From: brianna Date: Tue, 17 Sep 2024 10:55:33 -0700 Subject: [PATCH 2/4] Revert Codecov version. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce3bc69bf..8f8b9f9e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,4 +58,4 @@ jobs: - name: Run unit test target run: swift test --enable-code-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v2 From a08c9d80baa5c76c513f93bfea1cf59ef47541c1 Mon Sep 17 00:00:00 2001 From: brianna Date: Tue, 17 Sep 2024 11:12:43 -0700 Subject: [PATCH 3/4] Revert "Revert Codecov version." This reverts commit 420d2c0bea0d2770abdf37535b2cfbe045027be4. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f8b9f9e8..ce3bc69bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,4 +58,4 @@ jobs: - 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 From e2a126d0e75e62b0490082f41b760805f2121214 Mon Sep 17 00:00:00 2001 From: brianna Date: Mon, 30 Sep 2024 14:03:10 -0700 Subject: [PATCH 4/4] Specify version to configure action build for macs. --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce3bc69bf..2bcfa7e72 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,3 +59,5 @@ jobs: run: swift test --enable-code-coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 + with: + version: v0.7.3