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

Commit 392ccfc

Browse files
Update build.yml
1 parent 8ce924c commit 392ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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\=14.3.1,name\=iPhone\ 11 build | xcpretty
20+
run: set -o pipefail; xcodebuild -project Demo/ASCollectionViewDemo.xcodeproj -scheme ASCollectionViewDemo -destination platform\=iOS\ Simulator,OS\=14.4,name\=iPhone\ 11 build | xcpretty
2121
- name: Lint podspec
2222
run: pod lib lint

0 commit comments

Comments
 (0)