Skip to content

Commit 52debfb

Browse files
authored
Merge pull request #5385 from eXist-db/ci/repair_macos_builds
[ci] Repair 6.x.x build for macOs
2 parents 289ee7a + adedc52 commit 52debfb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,21 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macOS-latest]
42+
jvm: ['8']
43+
exclude:
44+
- os: macOS-latest
45+
jvm: '8'
46+
include:
47+
- os: macOS-latest
48+
jvm: '11'
4249
runs-on: ${{ matrix.os }}
4350
steps:
4451
- uses: actions/checkout@v4
4552
- name: Set up JDK
4653
uses: actions/setup-java@v4
4754
with:
4855
distribution: temurin
49-
java-version: ${{ env.DEV_JDK }}
56+
java-version: ${{ matrix.jvm }}
5057
cache: 'maven'
5158
- name: Install Maven Daemon
5259
id: install-mvnd

0 commit comments

Comments
 (0)