diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd45addb..8a0decb3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,9 +20,9 @@ jobs: - name: Init run: | make init - - name: Force select xcode 13 + - name: Force select xcode 14 run: | - sudo xcode-select -switch /Applications/Xcode_13.4.app + sudo xcode-select -switch /Applications/Xcode_14.2.app - name: Build run: | make build @@ -45,4 +45,4 @@ jobs: author_email: chausov@surf.dev message: "Updates for documentation" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}