Skip to content

Commit

Permalink
Update ubuntu-toolchains.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jan 29, 2020
1 parent f5e260b commit 913f4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ubuntu-toolchains.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>11</version>
</provides>
<configuration>
<jdkHome>/opt/hostedtoolcache/jdk/11.0.6</jdkHome>
<jdkHome>${env.JAVA_HOME_11_X64}</jdkHome>
</configuration>
</toolchain>
<toolchain>
Expand All @@ -17,7 +17,7 @@
<version>1.8</version>
</provides>
<configuration>
<jdkHome>/opt/hostedtoolcache/jdk/8.0.242</jdkHome>
<jdkHome>${env.JAVA_HOME_8_X64}</jdkHome>
</configuration>
</toolchain>
</toolchains>

0 comments on commit 913f4a8

Please sign in to comment.