Skip to content

Commit 9d71581

Browse files
committed
remove failing 16 support
1 parent 35dafb2 commit 9d71581

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/actions/ci/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ runs:
2424
with:
2525
xcode-version: ${{ inputs.xcode-version }}
2626

27-
- name: Install mint and swiftlint
27+
- name: Install mint
2828
shell: bash
2929
run: |
30-
brew install mint swiftlint
30+
brew install mint
3131
3232
- name: Install cocoapods
3333
shell: bash

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- xcode-version: 16.1.0
21-
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.5'
22-
os: macos-15
23-
run-contract-tests: true
2420
- xcode-version: 15.0.1
2521
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
2622
os: macos-13

0 commit comments

Comments
 (0)