Skip to content

Commit

Permalink
java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Nov 30, 2023
1 parent 615c8e8 commit cc84254
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Install Maven
run: |
Expand Down Expand Up @@ -295,9 +295,9 @@ jobs:
run: brew install tbb
- name: Install Java and Maven
run: |
brew install openjdk@11
brew install openjdk@17
brew install maven
echo "JAVA_HOME=$(/usr/libexec/java_home -v 11)" >> $GITHUB_ENV
echo "JAVA_HOME=$(/usr/libexec/java_home -v 17)" >> $GITHUB_ENV
- name: Check Java version
run: java -version
- uses: actions/checkout@v3
Expand Down Expand Up @@ -353,10 +353,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Install Maven
run: |
Expand All @@ -381,11 +381,6 @@ jobs:
with:
name: manifold_java_bindings_mac_TBB_${{env.VERSION}}
path: mac-tbb-jar
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
name: manifold_java_bindings_linux_OMP_OFF_${{env.VERSION}}
path: linux-omp-jar
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit cc84254

Please sign in to comment.