diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1d5fcd2..4c51e97 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,14 +15,14 @@ jobs: strategy: matrix: os: [macos-latest] - swift: ["5.8", "5.9", "5.10", "6.0"] + swift: ["5.8", "5.9", "5.10"] runs-on: ${{ matrix.os }} steps: + - uses: actions/checkout@v4 - uses: swift-actions/setup-swift@v2 with: swift-version: ${{ matrix.swift }} - - uses: actions/checkout@v4 - name: Build run: swift build -v - name: Run tests