| commit | f094210e94ad9435a6ff06b558e2be88fb652fb6 | [log] [tgz] |
|---|---|---|
| author | Jaroslav Tulach <jaroslav.tulach@apidesign.org> | Fri Jun 20 22:15:51 2025 +0200 |
| committer | Jaroslav Tulach <jaroslav.tulach@apidesign.org> | Fri Jun 20 22:15:51 2025 +0200 |
| tree | 0cfb88cdb854914c422f6f846aab8395d728a428 | |
| parent | 94cfcdca812be3feabd4ba15080812fe8797373f [diff] |
WebKit presenter crashes on Mac JDK 21
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index d20c71b..ceec854 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml
@@ -31,7 +31,7 @@ runs-on: ${{ matrix.os }} strategy: matrix: - java: [ '11', '17', '21' ] + java: [ '11', '17' ] os: [ macos-14 ] steps: