Skip to content

Commit 25c3b96

Browse files
authored
JBEHAVE-1602 CI: Fix build on JDK 8 on MacOS ARM64 arch
1 parent 06b2b42 commit 25c3b96

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
matrix:
1515
platform: [ ubuntu-latest, macos-latest ]
1616
java: [ 8, 11, 17, 21 ]
17+
include:
18+
- jdk-distribution: temurin
19+
- jdk-distribution: zulu
20+
platform: macos-latest
21+
java: 8
1722
fail-fast: false
1823

1924
runs-on: ${{ matrix.platform }}
@@ -25,7 +30,7 @@ jobs:
2530
- name: Install JDK ${{ matrix.java }}
2631
uses: actions/setup-java@v3
2732
with:
28-
distribution: 'temurin'
33+
distribution: ${{ matrix.jdk-distribution }}
2934
java-version: ${{ matrix.java }}
3035
cache: 'maven'
3136

0 commit comments

Comments
 (0)