From ceb9cc6a1118dda3e64e78ae5bb83eae46af9c40 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Wed, 1 May 2024 04:03:27 +0200 Subject: [PATCH] Removed test on Ubuntu x86 with JDK 10 --- .github/workflows/[A] build and test, release if requested.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/[A] build and test, release if requested.yml b/.github/workflows/[A] build and test, release if requested.yml index 29f466ca..94eacc5e 100644 --- a/.github/workflows/[A] build and test, release if requested.yml +++ b/.github/workflows/[A] build and test, release if requested.yml @@ -93,6 +93,9 @@ jobs: exclude: - os: macOS-latest architecture: x86 + - os: ubuntu-latest + architecture: x86 + java: 10 - architecture: x64 java: 10 - architecture: x86