Skip to content

Commit

Permalink
[1.20.4] Fix publish scripts java version
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 18, 2024
1 parent f0c2393 commit a9da6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
java: [
21,
17,
]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
java: [
21,
17,
]
os: [ windows-2022 ]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
java: [
21,
17,
]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a9da6da

Please sign in to comment.