Skip to content

Commit

Permalink
java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishonson committed Nov 25, 2023
1 parent 3254dd7 commit 864cbe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: macos-latest

steps:
# Add this step to set up Java 17
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin' # AdoptOpenJDK's build of OpenJDK
- name: Checkout
uses: actions/checkout@v3
- name: Set Default Scheme
Expand Down

0 comments on commit 864cbe6

Please sign in to comment.