secretive/.github/workflows/test.yml
2025-08-21 05:20:40 +00:00

15 lines
361 B
YAML

name: Test
on: [push, pull_request]
jobs:
test:
# runs-on: macOS-latest
runs-on: macos-15
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app
- name: Test
run: swift build --build-system swiftbuild --package-path Sources/Packages