Skip to content

Commit

Permalink
Обновление требуемой версии xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Doka-NT authored Jun 2, 2024
1 parent d12d5f0 commit 2d7d7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.0'
xcode-version: '14.3.1'

- name: Build macOS App
run: xcodebuild -scheme "CalendarMenuApp" -workspace "CalendarMenuApp.xcodeproj/project.xcworkspace" -configuration Release clean archive -archivePath build/CalendarMenuApp.xcarchive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit 2d7d7ea

Please sign in to comment.