diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 56bbc9b..25c9425 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,7 +14,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 - - with: + - uses: swift-actions/setup-swift@v2 + with: swift-version: "6.0" - - name: Build - run: swift build -v + - name: Build Phase + run: swift build -v