Skip to content

Commit c2c265a

Browse files
committed
trying again
1 parent 4a13808 commit c2c265a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-pull-requests-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
buildsh:
1010
env:
11-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
11+
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
1212
strategy:
1313
matrix:
1414
mode: [cocoapods-lint-default-subspecs, cocoapods-lint-other-subspecs]
@@ -18,7 +18,7 @@ jobs:
1818
- mode: cocoapods-lint-other-subspecs
1919
name: Verify that other subspecs lint
2020
name: ${{ matrix.name }}
21-
runs-on: macos-10.15
21+
runs-on: macOS-latest
2222
steps:
2323
- name: Checkout the Git repository
2424
uses: actions/checkout@v2

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function build_example {
6666

6767
# Lint subspec
6868
function lint_subspec {
69-
set -o pipefail && pod env && pod lib lint --subspec="$1"
69+
set -o pipefail && pod env && pod lib lint --allow-warnings --subspec="$1"
7070
}
7171

7272
function cleanup {

0 commit comments

Comments
 (0)