File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 build-and-release :
13- runs-on : macos-14
13+ runs-on : macos-15
1414 env :
1515 APP_VERSION : ${{ github.ref_name }}
1616 APP_BUILD : ${{ github.run_number }}
2323 run : echo "APP_VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
2424
2525 - name : Select Xcode
26- run : sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
26+ run : |
27+ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
28+ xcodebuild -version
2729
2830 - name : Run Swift tests
2931 run : swift test
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ MODULE_CACHE="$CACHE_HOME/.cache/clang/ModuleCache"
1414SWIFTPM_CACHE=" $ROOT_DIR /.swiftpm-cache"
1515SWIFTPM_CONFIG=" $ROOT_DIR /.swiftpm-config"
1616SWIFTPM_SECURITY=" $ROOT_DIR /.swiftpm-security"
17- APP_VERSION=" ${APP_VERSION:- 0.1.2 } "
17+ APP_VERSION=" ${APP_VERSION:- 0.1.3 } "
1818APP_BUILD=" ${APP_BUILD:- 1} "
1919CODESIGN_IDENTITY=" ${CODESIGN_IDENTITY:- -} "
2020
You can’t perform that action at this time.
0 commit comments