diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f6c3715188..f8bfb6bee9 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,16 +14,12 @@ on: jobs: build: - name: Swift ${{ matrix.swift }} on ${{ matrix.os }} + name: Swift on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: ["ubuntu-22.04", "macos-14"] - swift: ["5.10", "5.9"] steps: - - uses: swift-actions/setup-swift@v2 - with: - swift-version: ${{ matrix.swift }} - uses: actions/checkout@v4 - name: Build run: swift build --package-path codes/swift