Skip to content

Commit

Permalink
Add Xcode 16 for pod lib lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 26, 2025
1 parent 3fefa79 commit 71f17cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vertexai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
include:
- os: macos-14
xcode: Xcode_15.2
warnings: --allow-warnings
- os: macos-15
xcode: Xcode_16.2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -144,7 +147,7 @@ jobs:
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Build and test
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseVertexAI.podspec --platforms=${{ matrix.target }}
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseVertexAI.podspec --platforms=${{ matrix.target }} {{ matrix.warnings }}

sample:
strategy:
Expand Down

0 comments on commit 71f17cd

Please sign in to comment.