New workflow to print out versions of Xcode #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Xcode Versions | |
on: push | |
jobs: | |
xcode-versions: | |
runs-on: blaze/macos-14 | |
name: Versions | |
steps: | |
- name: Print out Xcode versions | |
run: xcodes installed |