Skip to content

Commit

Permalink
[ci] Switch from Temurin to Liberica as it still supports macOS JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 2, 2024
1 parent 024276e commit 72c8604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: temurin
distribution: liberica
java-version: '8'
- name: Make buildkit default
uses: docker/setup-buildx-action@v3
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
distribution: liberica
java-version: ${{ env.DEV_JDK }}
cache: 'maven'
- run: mvn -V -B license:check
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
distribution: liberica
java-version: ${{ env.DEV_JDK }}
cache: 'maven'
- name: OWASP dependency check
Expand All @@ -40,19 +40,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
jvm: ['8']
exclude:
- os: macOS-latest
jvm: '8'
include:
- os: macOS-latest
jvm: '11'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
distribution: liberica
java-version: ${{ matrix.jvm }}
cache: 'maven'
- name: Install Maven Daemon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xqts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: temurin
distribution: liberica
java-version: '8'
- name: Cache Maven packages
uses: actions/cache@v4
Expand Down

0 comments on commit 72c8604

Please sign in to comment.