From 339a71db2dfe0c4ce5df11cabefe8c408a1f4e12 Mon Sep 17 00:00:00 2001 From: Danilo Ansaloni Date: Mon, 24 Nov 2025 14:27:36 +0100 Subject: [PATCH] There are no dev builds for darwin/amd64. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 278ae1a..24a6301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: ] set-gds-token: [false] components: [''] + exclude: + - os: macos-13 + java-version: 'dev' include: - java-version: 'latest-ea' distribution: 'graalvm'