diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index 72481a635..a9ecc666f 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, ubuntu-22.04] runs-on: ${{ matrix.platform }}