Skip to content

Commit

Permalink
Update build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymv-mendix committed Apr 22, 2024
1 parent 3654d7e commit 864b687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios-build-custom-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: switch XCode to 14.2
- name: switch XCode to 15.1
run: |
sudo xcode-select -s /Applications/Xcode_14.2.app
sudo xcode-select -s /Applications/Xcode_15.1.app
- name: actions/setup-node
uses: actions/setup-node@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:
chmod +x ./appcenter-pre-build.sh
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh
- name: iOS Build Action
uses: yukiarrr/ios-build-action@v1.5.0
uses: yukiarrr/ios-build-action@v1.11.2
with:
project-path: ./ios/nativetemplate.xcodeproj
p12-base64: ${{ secrets.IOS_DUMMY_P12 }}
Expand Down

0 comments on commit 864b687

Please sign in to comment.