From c65cc866cc9ac5b0b9c53ca2197560de02fee967 Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Fri, 28 Aug 2026 02:06:39 +0200 Subject: [PATCH] Stop listing `macos-26-intel` as example runner Assisted-by: GPT-5.6 Sol via Codex --- .github/workflows/reusable-cpp-tests-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-cpp-tests-macos.yml b/.github/workflows/reusable-cpp-tests-macos.yml index 787ee73..dbe76bc 100644 --- a/.github/workflows/reusable-cpp-tests-macos.yml +++ b/.github/workflows/reusable-cpp-tests-macos.yml @@ -13,7 +13,7 @@ on: runs-on: description: > The macOS runner image to use. Defaults to 'macos-latest'. - This can be any valid macOS runner image, such as 'macos-15', 'macos-26', or 'macos-26-intel'. + This can be any valid macOS runner image, such as 'macos-15' or 'macos-26'. default: "macos-latest" type: string run-on-draft: