Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Aug 4, 2024
1 parent 9cac998 commit 4ea9199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
os: [ ubuntu-20.04, ubuntu-24.04, windows-2019, windows-2022 ]
version: [ '8.0.422' ]

runs-on: ${{ matrix.os }}
Expand All @@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 8 x86
uses: actions/setup-java@v4
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
with:
distribution: 'zulu'
distribution: 'dragonwell'
java-version: ${{ matrix.version }}
java-package: jdk
architecture: x86
architecture: x64
cache: 'maven'

- name: Build with Maven
Expand Down

0 comments on commit 4ea9199

Please sign in to comment.