From a7b40a0aa7d6f4c795168d5d982775cbdd23b3e8 Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 31 Jan 2025 15:12:47 -0800 Subject: [PATCH] try new runner label --- .github/workflows/theseus-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index 87138a6a4..31fb5bfe4 100644 --- a/.github/workflows/theseus-release.yml +++ b/.github/workflows/theseus-release.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, [self-hosted, windows], ubuntu-22.04] + platform: [macos-latest, [self-hosted, Windows], ubuntu-22.04] runs-on: ${{ matrix.platform }}