We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255ad69 commit 416e5d9Copy full SHA for 416e5d9
.github/workflows/swift_package_test.yml
@@ -180,8 +180,8 @@ jobs:
180
do
181
printf "%s\n" $i >> $GITHUB_ENV
182
done
183
- - name: List installed applications.
184
- run: ls /Applications
+ - name: List latest Xcode version.
+ run: plutil -extract CFBundleShortVersionString raw /Applications/Xcode-latest.app/Contents/Info.plist
185
- name: Select Xcode
186
run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app" >> $GITHUB_ENV
187
- name: Swift version
0 commit comments