Skip to content

Commit

Permalink
GHA: Pin Xcode version for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Feb 15, 2024
1 parent a5ca3ff commit d2869db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2869db

Please sign in to comment.