Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 16b20e9

Browse files
Update build workflow
1 parent bab7560 commit 16b20e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
1111

1212
jobs:
1313
build:
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Build
20-
run: set -o pipefail; xcodebuild -project Demo/ASCollectionViewDemo.xcodeproj -scheme ASCollectionViewDemo -destination platform\=iOS\ Simulator,OS\=13.4.1,name\=iPhone\ 11 build | xcpretty
20+
run: set -o pipefail; xcodebuild -project Demo/ASCollectionViewDemo.xcodeproj -scheme ASCollectionViewDemo -destination platform\=iOS\ Simulator,OS\=14.3.1,name\=iPhone\ 11 build | xcpretty
2121
- name: Lint podspec
2222
run: pod lib lint

0 commit comments

Comments
 (0)