diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fcfe70..b91916a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: - uses: actions/checkout@v4 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_26.0.1.app - - name: Run Swift Tests - run: make test - name: Build for All Platforms run: make build-all + - name: Run Swift Tests + run: make test linux: runs-on: ubuntu-latest