diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8270a02b2..8afc1b04c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,9 @@ jobs: key: ${{ github.job }} - name: Install external dependencies run: brew bundle --file=macos/Brewfile + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '^14.3.0' - uses: sersoft-gmbh/xcodebuild-action@v2 with: workspace: Poedit.xcworkspace