From d2869db11d0e74473baa506c7303276ec0ce0cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Thu, 15 Feb 2024 16:50:05 +0100 Subject: [PATCH] GHA: Pin Xcode version for CI build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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