From e88aa7b973c543634fc5d254dd618f6a10817e08 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 29 Sep 2024 02:37:19 +0200 Subject: [PATCH] Set image for macOS x86-64 to macOS-13. --- .github/workflows/Parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index c7d313f..c302e0b 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -72,7 +72,7 @@ on: macos_intel_image: description: 'The used GitHub Action image for macOS (Intel x86-64) based jobs.' required: false - default: 'macos-latest-large' + default: 'macos-13' type: string macos_arm_image: description: 'The used GitHub Action image for macOS (ARM aarch64) based jobs.'