Use swiftbuild

This commit is contained in:
Max Goedjen 2025-08-17 22:24:37 -05:00
parent c861485f2f
commit a6b24b06ab
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View File

@ -23,10 +23,7 @@ jobs:
- name: Set Environment - name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
- name: Test - name: Test
run: | run: swift build --build-system swiftbuild --package-path Sources/Packages
pushd Sources/Packages
swift test
popd
build: build:
# runs-on: macOS-latest # runs-on: macOS-latest
runs-on: macos-15 runs-on: macos-15

View File

@ -11,7 +11,4 @@ jobs:
- name: Set Environment - name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
- name: Test - name: Test
run: | run: swift build --build-system swiftbuild --package-path Sources/Packages
pushd Sources/Packages
swift test
popd