From ef79bc8af51a389b40b19162f08f08f0194336c3 Mon Sep 17 00:00:00 2001 From: leogdion Date: Thu, 23 Jul 2026 22:07:50 -0400 Subject: [PATCH] Drop the stale ENABLE_WATCHOS comment from the CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build-macos-platforms is documented as gating the watchOS leg on an ENABLE_WATCHOS repo variable (citing SwiftPM #10188 / brightdigit.com#119), but no such gate exists in this workflow — nothing references vars.ENABLE_WATCHOS, and the watchOS row runs unconditionally alongside iOS and tvOS. Comment-only change; no step, action, or matrix row is touched. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Files.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Files.yml b/.github/workflows/Files.yml index 4bf3a74..2a87c8b 100644 --- a/.github/workflows/Files.yml +++ b/.github/workflows/Files.yml @@ -167,9 +167,6 @@ jobs: # xcode-27 runner (/Applications/Xcode_27.0.app, Xcode 27) using the 27.0 simulator # runtimes (download-platform: true fetches any not preinstalled on the image). # Blocking leg. Bump deviceName/osVersion as the hosted Xcode image moves. - # The watchOS leg is gated on the ENABLE_WATCHOS repo variable (set 'false' to skip it - # where the watchOS-27 SDK rejects deps inferring 8.0 — SwiftPM #10188; see - # brightdigit.com#119). iOS/tvOS always run. build-macos-platforms: name: Build on macOS (Platforms) needs: configure