Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndalpha committed Dec 18, 2024
1 parent ecd3e6d commit e420982
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
- name: List Xcode versions
run: ls /Applications | grep Xcode

- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.2.app
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'

- name: Build
run: set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-${{ matrix.platform }} CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build | xcpretty --color
Expand Down

0 comments on commit e420982

Please sign in to comment.