Skip to content

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0 #282

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0

Allow Swift Argument Parser versions from 1.2.1 to 2.0.0 #282

Workflow file for this run

name: xcodebuild
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
Xcode:
strategy:
matrix:
xcode_version: ['14.1', '14.3.1']
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
- uses: actions/checkout@v3
- run: xcodebuild -version
- run: xcodebuild -scheme sourcekitten -parallel-testing-enabled NO test -destination platform=macOS