From 25584a4ac64d4a6c8edbeaea0913dedb4d4f6ca9 Mon Sep 17 00:00:00 2001 From: John Logan Date: Tue, 20 Jan 2026 19:43:46 -0800 Subject: [PATCH] Update workflow label to select macOS 26 builder. --- .github/workflows/containerization-build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containerization-build-template.yml b/.github/workflows/containerization-build-template.yml index 09d6f28a..abf57ec6 100644 --- a/.github/workflows/containerization-build-template.yml +++ b/.github/workflows/containerization-build-template.yml @@ -20,7 +20,7 @@ jobs: name: Build and Test repo if: github.repository == 'apple/containerization' timeout-minutes: 60 - runs-on: [self-hosted, macos, sequoia, ARM64] + runs-on: [self-hosted, macos, tahoe, ARM64] permissions: contents: read packages: write