diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ec0852c..37fab09 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,11 @@ jobs: - uses: actions/checkout@v3 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Get versions + run: | + xcodebuild -version + swift --version - name: Build - run: swift build -v + run: swift build - name: Run tests - run: swift test -v + run: swift test