Skip to content

Commit

Permalink
Use Java 11 for macos because Java 8 unavailable for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed Oct 5, 2024
1 parent bbf24d7 commit 2b17479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
fail-fast: false
matrix:
os: ${{ fromJson(inputs.os) }}
java-version: ['21', '8']
java-version: ['21', '11']

env:
MATRIX_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 2b17479

Please sign in to comment.