Skip to content

Commit

Permalink
[CI] Update macOS / Xcode versions for pod_lib_lint (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Nov 15, 2024
1 parent 6c984d2 commit f0e310e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/app_check_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
matrix:
# 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]
os: [macos-13, macos-14, macos-15]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.4
- os: macos-15
xcode: Xcode_16.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f0e310e

Please sign in to comment.