1717 uses : actions/checkout@v4
1818
1919 - name : Setup Xcode version
20- uses : maxim-lobanov/setup-xcode@v1.6.1
21- with :
20+ uses : maxim-lobanov/setup-xcode@v1
21+ with :
2222 xcode-version : latest-stable
2323
2424 - name : Build Swift Project
5252 scheme : SPMDemo
5353 destination : name=iPhone 16 Pro
5454 action : build
55-
55+
5656 Pods :
5757 name : Cocoapods Lint (Latest Stable Xcode)
5858 runs-on : macOS-15
@@ -61,16 +61,16 @@ jobs:
6161 uses : actions/checkout@v4
6262
6363 - name : Setup Xcode version
64- uses : maxim-lobanov/setup-xcode@v1.6.1
65- with :
64+ uses : maxim-lobanov/setup-xcode@v1
65+ with :
6666 xcode-version : latest-stable
6767
6868 - name : Run pod lib lint dynamic-framework
6969 run : pod lib lint --fail-fast
7070
7171 - name : Run pod lib lint static-framework
7272 run : pod lib lint --fail-fast --use-libraries --use-modular-headers
73-
73+
7474 SwiftPM :
7575 name : SwiftPM (Latest Stable Xcode)
7676 runs-on : macOS-15
7979 uses : actions/checkout@v4
8080
8181 - name : Setup Xcode version
82- uses : maxim-lobanov/setup-xcode@v1.6.1
83- with :
84- xcode-version : latest-stable
82+ uses : maxim-lobanov/setup-xcode@v1
83+ with :
84+ xcode-version : latest-stable
8585
8686 - name : Build Swift Version
8787 run : xcodebuild -scheme CHTCollectionViewWaterfallLayout -destination generic/platform=iOS
0 commit comments