Skip to content

Commit

Permalink
fix: Disable macos and java 8 and 16 as unsupported
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
  • Loading branch information
gabizou committed May 13, 2024
1 parent 5192fb5 commit f3e072b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
java: [8, 11, 16]
exclude:
- os: macos-latest
java: 8
- os: macos-latest
java: 16
runs-on: "${{ matrix.os }}"
steps:
- name: Check out repository to use the build.gradle.kts as a hash file
Expand Down

0 comments on commit f3e072b

Please sign in to comment.