Merge pull request #623 from XcodesOrg/matt/Xcode16 #919
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 |