Skip to content

Commit

Permalink
jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Aug 28, 2024
1 parent 85686c1 commit bec70c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 300
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
version: [17]
os: [ubuntu-latest]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
version: [17]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
version: [17]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
version: [17]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
version: [17]
version: [11]
vendor: [zulu]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bec70c1

Please sign in to comment.