From 4c44b3cf00376cb52a8bd4bc70c0be57bfa65677 Mon Sep 17 00:00:00 2001 From: Worthing <115107835+w-goog@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:21:20 -0700 Subject: [PATCH] Update tests.yml to macos-15 This changes fixes the test breakage by matching the GoogleSignIn-iOS value for macOS 15. --- .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 0fc7553c3..a9c385ddb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ on: jobs: xcode-project-test: - runs-on: macos-13 + runs-on: macos-15 strategy: matrix: flags: [ @@ -32,7 +32,7 @@ jobs: ${{ matrix.flags }} pod-lib-lint: - runs-on: macos-13 + runs-on: macos-15 strategy: matrix: flags: [ @@ -50,7 +50,7 @@ jobs: run: pod lib lint --verbose ${{ matrix.flags }} spm-build-test: - runs-on: macos-13 + runs-on: macos-15 steps: - uses: actions/checkout@v3 - name: Build unit test target