From ef201eae55168d2cd42e3e46b409bfe24423e4f0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 Apr 2026 16:01:04 -0400 Subject: [PATCH] Update version of Intel macOS in release build macOS 13 runners are no longer available. macos-latest-large points to the latest available Intel macOS Signed-off-by: David Thompson --- .github/workflows/native-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yaml b/.github/workflows/native-image.yaml index a5aa3dc5..25c93ec8 100644 --- a/.github/workflows/native-image.yaml +++ b/.github/workflows/native-image.yaml @@ -29,7 +29,7 @@ label: [osx-x86_64, osx-aarch_64, linux-x86_64, linux-aarch_64] include: - label: osx-x86_64 - os: macos-13 + os: macos-latest-large - label: osx-aarch_64 os: macos-latest - label: linux-x86_64