Skip to content

Commit

Permalink
Merge pull request #693 from badoo/force-xcode
Browse files Browse the repository at this point in the history
Hardcode Xcode version because Kotlin expects particular emulators
  • Loading branch information
CherryPerry authored Jan 18, 2023
2 parents f99d454 + ef34db2 commit 260d2bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libgtk-3-dev nodejs chromium-browser
- name: Select Xcode version
if: matrix.os == 'macOS-latest'
uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
with:
xcode-version: '13.4.1'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build Linux
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-nmtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
with:
xcode-version: '13.4.1'
- name: Release iOS, MacOS
uses: gradle/gradle-build-action@v2
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
with:
xcode-version: '13.4.1'
- name: Release iOS, MacOS
uses: gradle/gradle-build-action@v2
with:
Expand Down Expand Up @@ -124,6 +128,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- name: Select Xcode version
uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
with:
xcode-version: '13.4.1'
- name: Check iOS
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 260d2bc

Please sign in to comment.