Skip to content

Commit

Permalink
XENFRED-4897 Set Ubuntu version to 20.04 + Set Java version to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiot123 committed Sep 13, 2023
1 parent 21414b6 commit d7b6732
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
-Dorg.gradle.project.eu.xenit.cloudsmith.password=${{ secrets.CLOUDSMITH_APIKEY }}
jobs:
continuousIntegration:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
Expand All @@ -24,10 +24,11 @@ jobs:
- name: init submodules
run: |
git submodule update --init --remote
- name: Set up JDK 1.11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 1.11
distribution: temurin
java-version: 17
- name: Login to Docker
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d7b6732

Please sign in to comment.