We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7650d81 commit a5ed4eaCopy full SHA for a5ed4ea
2 files changed
.github/workflows/soundness.yml
@@ -38,7 +38,7 @@ on:
38
docs_check_macos_version:
39
type: string
40
description: "macOS version for the macOS docs check job."
41
- default: "sequoia"
+ default: "tahoe"
42
docs_check_macos_arch:
43
44
description: "macOS arch for the macOS docs check job."
.github/workflows/swift_package_test.yml
@@ -17,7 +17,7 @@ on:
17
macos_versions:
18
19
description: "macOS version list (JSON)"
20
- default: "[\"sequoia\"]"
+ default: "[\"tahoe\"]"
21
macos_archs:
22
23
description: "macOS arch list (JSON)"
0 commit comments