File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 CI_XCODE_OLDEST : ' /Applications/Xcode_13.3.1.app/Contents/Developer'
12- CI_XCODE_LATEST : ' /Applications/Xcode_14.3.1.app/Contents/Developer'
12+ CI_XCODE_14 : ' /Applications/Xcode_14.3.1.app/Contents/Developer'
13+ CI_XCODE_LATEST : ' /Applications/Xcode_15.0.app/Contents/Developer'
1314
1415concurrency :
1516 group : ${{ github.workflow }}-${{ github.ref }}
@@ -135,8 +136,8 @@ jobs:
135136 - uses : actions/checkout@v4
136137 -
uses :
compnerd/[email protected] 137138 with :
138- branch : swift-5.8 -release
139- tag : 5.8 -RELEASE
139+ branch : swift-5.9 -release
140+ tag : 5.9 -RELEASE
140141 - name : Build
141142 run : |
142143 swift build -v
@@ -173,4 +174,4 @@ jobs:
173174 - name : CocoaPods
174175 run : pod lib lint --allow-warnings
175176 env :
176- DEVELOPER_DIR : ${{ env.CI_XCODE_LATEST }}
177+ DEVELOPER_DIR : ${{ env.CI_XCODE_14 }}
Original file line number Diff line number Diff line change 33 release :
44 types : [published]
55env :
6- CI_XCODE_13 : ' /Applications/Xcode_13.4 .1.app/Contents/Developer'
7- CI_XCODE_LATEST : ' /Applications/Xcode_14.3 .app/Contents/Developer'
6+ CI_XCODE_14 : ' /Applications/Xcode_14.3 .1.app/Contents/Developer'
7+ CI_XCODE_LATEST : ' /Applications/Xcode_15.0 .app/Contents/Developer'
88
99jobs :
1010 cocoapods :
2323 run : set -o pipefail && env NSUnbufferedIO=YES pod trunk push ParseSwiftOG.podspec --allow-warnings --verbose
2424 env :
2525 COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
26- DEVELOPER_DIR : ${{ env.CI_XCODE_LATEST }}
26+ DEVELOPER_DIR : ${{ env.CI_XCODE_14 }}
2727
2828 docs :
2929 runs-on : macos-13
You can’t perform that action at this time.
0 commit comments