Skip to content

Commit

Permalink
Add macos-latest and windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Oct 22, 2022
1 parent 3dcaf1a commit 3f62b5f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ jobs:
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
distribution: [ temurin ]
include:
- jdk: 20-ea
- os: ubuntu-22.04
experimental: true
jdk: 20-ea
distribution: zulu
- jdk: 19
os: macos-latest
- os: macos-latest
experimental: false
- os: windows-latest
jdk: 19
distribution: zulu
- os: windows-latest
experimental: false
jdk: 19
distribution: zulu
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down

0 comments on commit 3f62b5f

Please sign in to comment.