Skip to content

Commit

Permalink
change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrin-7978 committed Sep 5, 2024
1 parent b7dce1f commit bc6ec51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
java-version: '21'
cache: maven
- name: Install required packages
run: sudo apt-get update && sudo apt-get install -y xvfb libgtk-3-0
Expand Down

0 comments on commit bc6ec51

Please sign in to comment.