Skip to content

Commit

Permalink
💚 Switch to the macos version supported for free public repos
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed May 5, 2024
1 parent 09fcab4 commit 8ba48eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macos-14-large
runs-on: macos-14

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
echo "Default java version"
java -version
echo "Setting to Java 11 instead"
export JAVA_HOME=$JAVA_HOME_11_X64
export JAVA_HOME=$JAVA_HOME_17_arm64
java -version
echo "Checking gradle"
which gradle
Expand Down

0 comments on commit 8ba48eb

Please sign in to comment.