Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Feb 10, 2025
1 parent 1a6ac83 commit a73688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
matrix:
os: [ windows-2019, windows-2025, ubuntu-22.04 ]
version: [ '23' ]
version: [ '21.0.2' ]
distribution: [ 'jetbrains', 'microsoft' ]

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

steps:
- uses: actions/checkout@v4

- name: Set up JDK 23, x64
- name: Set up JDK 21.0.2, x64
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
Expand Down

0 comments on commit a73688f

Please sign in to comment.