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.'