Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 10, 2025
1 parent 39855a9 commit b50c5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ windows-2019, windows-2025, ubuntu-24.04 ]
version: [ '23' ]
distribution: [ 'graalvm' ]
distribution: [ 'jetbrains', 'microsoft' ]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04-arm, ubuntu-24.04-arm ]
distribution: [ 'zulu' ]
distribution: [ 'sapmachine', 'liberica' ]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ macos-13, macos-14, macos-15 ]
distribution: [ 'adopt-hotspot', 'adopt-openj9' ]
distribution: [ 'adopt-hotspot', 'adopt-openj9', 'oracle' ]

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

Expand Down

0 comments on commit b50c5c8

Please sign in to comment.