Skip to content

Commit

Permalink
⏪️ Revert previous attempts to fix the issue
Browse files Browse the repository at this point in the history
since pinning to OSX-13 fixed it
#1148 (comment)
  • Loading branch information
shankari committed Apr 28, 2024
1 parent 0d0b212 commit 02abd93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ jobs:
run: |
echo "Default java version"
java -version
echo "Java full path"
which java
echo "Setting to Java 11 instead"
export JAVA_HOME=$JAVA_HOME_11_arm64
which java
export JAVA_HOME=$JAVA_HOME_11_X64
java -version
echo "Checking gradle"
which gradle
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
- name: Print the xcode path
run: xcode-select --print-path

# Temporarily revert to 14.1 until we migrate to 15
- name: Print the xcode path
run: |
sudo xcode-select -s /Applications/Xcode_14.1.app
echo "Version should now be 14.1, re-checking "
xcode-select --print-path
- name: Print the xcode setup
run: xcodebuild -version -sdk

Expand Down

0 comments on commit 02abd93

Please sign in to comment.