From 12b112bc1ed870cfc8238738c47a42cadc04a8fa Mon Sep 17 00:00:00 2001 From: Nicholas Entin Date: Tue, 16 Apr 2024 16:15:10 -0700 Subject: [PATCH] Run pod lint job on macOS 14 to pull in visionOS runtime --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0051490..9866be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,12 @@ jobs: path: .build/derivedData/**/Logs/Test/*.xcresult pod-lint: name: Lint Pod - runs-on: macOS-12 + runs-on: macOS-14 steps: - name: Checkout Repo uses: actions/checkout@v4 - name: Bundle Install run: bundle install - - name: Select Xcode Version - run: sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer - name: Lint Podspec run: bundle exec pod lib lint --verbose --fail-fast spm: