Skip to content

Commit

Permalink
Follow-up fix for watchOS-10 builds
Browse files Browse the repository at this point in the history
rdar://116938817
https://bugs.webkit.org/show_bug.cgi?id=263143

Reviewed by Ryan Haddad.

Follow-up fix to bring up the watchOS 10 builders.

* Tools/CISupport/build-webkit-org/config.json:

Canonical link: https://commits.webkit.org/269326@main
  • Loading branch information
robert-jenner authored and JonWBedard committed Oct 13, 2023
1 parent c7bdf39 commit c5710af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/CISupport/build-webkit-org/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,10 +817,10 @@
{ "type": "PlatformSpecificScheduler", "platform": "tvos-simulator-17", "branch": "main", "treeStableTimer": 45.0,
"builderNames": ["Apple-tvOS-Simulator-17-Release-Build"]
},
{ "type": "PlatformSpecificScheduler", "platform": "watchos-9", "branch": "main", "treeStableTimer": 45.0,
{ "type": "PlatformSpecificScheduler", "platform": "watchos-10", "branch": "main", "treeStableTimer": 45.0,
"builderNames": ["Apple-watchOS-10-Release-Build"]
},
{ "type": "PlatformSpecificScheduler", "platform": "watchos-simulator-9", "branch": "main", "treeStableTimer": 45.0,
{ "type": "PlatformSpecificScheduler", "platform": "watchos-simulator-10", "branch": "main", "treeStableTimer": 45.0,
"builderNames": ["Apple-watchOS-Simulator-10-Release-Build"]
},
{ "type": "Triggerable", "name": "ios-simulator-17-release-tests-wk2",
Expand Down

0 comments on commit c5710af

Please sign in to comment.