diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9500e..0b29826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,3 +17,7 @@ jobs: # - name: Run tests # run: swift test + + - name: Setup Xcode version + uses: maxim-lobanov/setup-xcode@v1.6.0 +