Skip to content

Commit 6aafb80

Browse files
committed
Exclude jdk11 build on slower CI platforms.
1 parent a32c1ca commit 6aafb80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
jdk: [ 11, 17 ] # (open)JDK releases
26+
exclude: # to save time and resources
27+
- os: windows-latest
28+
jdk: 11
29+
- os: macOS-latest
30+
jdk: 11
2631
runs-on: ${{ matrix.os }}
2732

2833
steps:

0 commit comments

Comments
 (0)