diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f74a02bef..2f453f58f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,12 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 + + - uses: swift-actions/setup-swift@v1 + with: + swift-version: "5.3.0" + - name: Get swift version + run: swift --version - name: Build SDK run: make buildSdk - name: Build Example