We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dafb2 commit 9d71581Copy full SHA for 9d71581
.github/actions/ci/action.yml
@@ -24,10 +24,10 @@ runs:
24
with:
25
xcode-version: ${{ inputs.xcode-version }}
26
27
- - name: Install mint and swiftlint
+ - name: Install mint
28
shell: bash
29
run: |
30
- brew install mint swiftlint
+ brew install mint
31
32
- name: Install cocoapods
33
.github/workflows/ci.yml
@@ -17,10 +17,6 @@ jobs:
17
fail-fast: false
18
matrix:
19
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
- xcode-version: 15.0.1
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
os: macos-13
0 commit comments