Skip to content

Commit

Permalink
remove failing 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Dec 5, 2024
1 parent 35dafb2 commit 9d71581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ runs:
with:
xcode-version: ${{ inputs.xcode-version }}

- name: Install mint and swiftlint
- name: Install mint
shell: bash
run: |
brew install mint swiftlint
brew install mint
- name: Install cocoapods
shell: bash
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- xcode-version: 16.1.0
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.5'
os: macos-15
run-contract-tests: true
- xcode-version: 15.0.1
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
os: macos-13
Expand Down

0 comments on commit 9d71581

Please sign in to comment.