Skip to content

Commit

Permalink
Removed MacOS build with openjdk11 for time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Feb 25, 2023
1 parent 00bc276 commit 8a8101a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
- os: osx
osx_image: xcode13.2 # defaults to openjdk17

- os: osx
osx_image: xcode9.4
jdk: openjdk11
# below config fails
# - os: osx
# osx_image: xcode9.4
# jdk: openjdk11

# - stage: Quality Check
# name: sonarqube
Expand Down

0 comments on commit 8a8101a

Please sign in to comment.