diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38d0b4b39c..7638c3afd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,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@v3 with: workspace: Poedit.xcworkspace