Skip to content

Commit

Permalink
Pin Xcode version in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Feb 16, 2024
1 parent 5afcb80 commit 1e52c0b
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 @@ -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
Expand Down

0 comments on commit 1e52c0b

Please sign in to comment.