diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a385f..f45ec02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,13 @@ jobs: runs-on: macos-13 steps: - uses: actions/checkout@v3 + - run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer' - run: bazelisk build //... - run: bazelisk test //... test-swiftpm: runs-on: macos-13 steps: - uses: actions/checkout@v3 + - run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer' - run: swift build - run: swift test