Skip to content

Commit

Permalink
chore: upgraded xcode to 15.2 & macos runner to 13-x-large to support…
Browse files Browse the repository at this point in the history
… visionOS
  • Loading branch information
desusai7 committed Jul 2, 2024
1 parent 546e805 commit 1fe7d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:

pod-lint:
name: Lint podspec using Xcode ${{ matrix.xcode }}
runs-on: macos-13
runs-on: macos-13-xlarge

strategy:
matrix:
xcode:
- '15.0.1'
- '15.2'

steps:
- name: Checkout
Expand Down

0 comments on commit 1fe7d7f

Please sign in to comment.