Skip to content

Commit

Permalink
Java 8 is not available on MacOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Mar 26, 2024
1 parent 646e7b1 commit 6e98025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-java-os-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
os-version: [ ubuntu-latest, macos-14, windows-latest ]
java-version: [ 8, 11, 17, 21 ]
exclude:
- os-version: macos-14
java-version: 8
runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6e98025

Please sign in to comment.