Skip to content

Commit

Permalink
Remove j16 from GH actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skybber committed May 2, 2021
1 parent 611f33e commit b9bbb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, macos-10.15, windows-2016]
javaToBuild: [jdk11u, jdk16u]
javaToBuild: [jdk11u]
steps:
- uses: actions/checkout@v1
- uses: TravaOpenJDK/action-build-dcevm@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, macos-10.15, windows-2016]
javaToBuild: [jdk11u, jdk16u]
javaToBuild: [jdk11u]
steps:
- uses: actions/checkout@v1
- uses: TravaOpenJDK/action-build-dcevm@v1
Expand Down

0 comments on commit b9bbb1a

Please sign in to comment.