Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Sep 5, 2024
1 parent 94c0912 commit ec3f20f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ jobs:

strategy:
matrix:
os: [ ubuntu-24.04 ]
os: [ windows-2022, ubuntu-24.04, macos-12 ]
version: [ '8' ]
distribution: [ 'corretto', 'temurin' ]
distribution: [ 'dragonwell' ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

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

- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ windows-2019, windows-2022, ubuntu-22.04 ]
os: [ windows-2019, ubuntu-22.04 ]
distribution: [ 'zulu' ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ec3f20f

Please sign in to comment.