From a90a3bb5e84a253f75529213949edfda781417b8 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 26 May 2024 11:00:14 +0200 Subject: [PATCH] Disable Java 8 for macos-latest, as not available --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0c60259c..c5a5c95b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,6 +43,9 @@ jobs: architecture: aarch64 - os: macos-13 architecture: x86 + - os: macos-latest + architecture: aarch64 + java: '8' - os: macos-latest architecture: x64 - os: macos-latest