Pin macOS CI builds to Swift 6.3 for now. (#771)

- CI runners moved to the Xcode developer beta as the default, but macOS
builds are failing with a conflicting options error for
`-warnings-as-errors` and `-suppress-warnings`.
This commit is contained in:
J Logan
2026-06-16 08:44:27 -07:00
committed by GitHub
parent 4f6df44c2a
commit e29657b86e
@@ -25,7 +25,7 @@ jobs:
contents: read
packages: write
env:
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_swift_6.3.app/Contents/Developer"
steps:
- name: Checkout repository