Skip to content

Commit a5ed4ea

Browse files
authored
Update default macOS label to Tahoe (#230)
* Update default macOS to Tahoe Swiftlang’s self-hosted runners are now running on Tahoe. * Update the swift_package_test.yml workflows to use Tahoe
1 parent 7650d81 commit a5ed4ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
docs_check_macos_version:
3939
type: string
4040
description: "macOS version for the macOS docs check job."
41-
default: "sequoia"
41+
default: "tahoe"
4242
docs_check_macos_arch:
4343
type: string
4444
description: "macOS arch for the macOS docs check job."

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
macos_versions:
1818
type: string
1919
description: "macOS version list (JSON)"
20-
default: "[\"sequoia\"]"
20+
default: "[\"tahoe\"]"
2121
macos_archs:
2222
type: string
2323
description: "macOS arch list (JSON)"

0 commit comments

Comments
 (0)