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 f2f85a9 commit f6f4916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion src/edapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include <wx/intl.h>
#include <wx/ipc.h>
#include <wx/translation.h>
#include <wx/uilocale.h>

#include <iostream>
#include <fstream>
Expand Down

0 comments on commit f6f4916

Please sign in to comment.