diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a9124b..9c92727 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Use latest Swift version + uses: swift-actions/setup-swift@v2 + - name: Run tests run: swift test @@ -23,5 +26,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Use latest Swift version + uses: swift-actions/setup-swift@v2 + - name: Run tests run: swift test