Add preference keys for 'Restrict allowed versions' & hide 'Support Xcodes' #947
Workflow file for this run
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: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
test: | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
env: | |
DEVELOPER_DIR: /Applications/Xcode_16.app | |
run: xcodebuild test -scheme Xcodes |