Skip to content

Commit

Permalink
Run AppCheckCore CI on macOS 12 / Xcode 14.2 and macOS 13 / Xcode 15 (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Nov 2, 2023
1 parent 0a7a9da commit 186edc2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/app_check_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,26 @@ concurrency:

jobs:
pod_lib_lint:
runs-on: macos-latest
strategy:
matrix:
target: [ios, tvos, macos, watchos]
# TODO: macos tests are blocked by https://github.com/erikdoe/ocmock/pull/532
target: [ios, tvos, macos --skip-tests, watchos]
os: [macos-12, macos-13]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- name: Setup Scripts Directory
run: ./setup-scripts.sh
- name: Setup Bundler
run: ./scripts/setup_bundler.sh
- name: Select Xcode version
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 AppCheckCore.podspec \
Expand Down

0 comments on commit 186edc2

Please sign in to comment.