From ab8eb0a99748ae11ffbba495135ba64e3761ddeb Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Wed, 17 Apr 2024 19:03:33 -0400 Subject: [PATCH] build with macOS 14 --- .github/workflows/zip.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/zip.yml b/.github/workflows/zip.yml index c64ee5a8e429..99fe5e4f113b 100644 --- a/.github/workflows/zip.yml +++ b/.github/workflows/zip.yml @@ -28,7 +28,7 @@ jobs: package-release: # Don't run on private repo. if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126 @@ -68,10 +68,7 @@ jobs: # Don't run on private repo. if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' needs: build - strategy: - matrix: - os: [macos-13, macos-14] - runs-on: ${{ matrix.os }} + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126