From 213e22553bde0918062d606d2393535cf9056a06 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Fri, 31 May 2024 00:10:31 +0200 Subject: [PATCH] Run osx-x86_64 builds on macos-13 runner Signed-off-by: Fred Bricon --- .github/workflows/native-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-image.yaml b/.github/workflows/native-image.yaml index 1e8a9c7e..e585a24c 100644 --- a/.github/workflows/native-image.yaml +++ b/.github/workflows/native-image.yaml @@ -29,9 +29,9 @@ label: [osx-x86_64, osx-aarch_64, linux, alpine] include: - label: osx-x86_64 - os: macos-latest + os: macos-13 - label: osx-aarch_64 - os: macos-14 + os: macos-latest - label: linux os: ubuntu-20.04 prop: -Dgraalvm.static=-H:+StaticExecutableWithDynamicLibC