Skip to content

Commit 1d6dc1b

Browse files
committed
change all ci files
1 parent c2c265a commit 1d6dc1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-master-only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
cocoapods-lint:
1010
env:
11-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
11+
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
1212
name: Verify that podspec lints
1313
runs-on: macOS-latest
1414
steps:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
buildsh:
77
env:
8-
DEVELOPER_DIR: /Applications/Xcode_11.5.app/Contents/Developer
8+
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
99
strategy:
1010
matrix:
1111
mode: [tests, framework, life-without-cocoapods, carthage, examples-pt1, examples-pt2, examples-pt3, examples-pt4]

0 commit comments

Comments
 (0)