From 8198b215a767c13343500816497855ad96bc6e34 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 13 Dec 2025 22:48:00 +0100 Subject: [PATCH] Changed macos-13 (x86-64) to macos-15-intel (x86-64). --- .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 fd523dd..36f097e 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -103,7 +103,7 @@ on: macos_intel_image: description: 'The used GitHub Action image for macOS (Intel x86-64) based jobs.' required: false - default: 'macos-13' + default: 'macos-15-intel' type: string macos_arm_image: description: 'The used GitHub Action image for macOS (ARM aarch64) based jobs.'