Skip to content

Commit

Permalink
Older version
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndalpha committed Dec 18, 2024
1 parent 6fbb593 commit 0be27c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.999'
xcode-version: '15.0.1'

- name: Test on iOS
run: set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-iOS -destination 'platform=iOS Simulator,name=iPhone 11 Pro' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build test | xcpretty --color
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
xcode-version: '15.0.1'

- 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
2 changes: 1 addition & 1 deletion .github/workflows/nighlty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
xcode-version: '15.0.1'

- name: Start websockets test server
run: |
Expand Down

0 comments on commit 0be27c7

Please sign in to comment.