Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update engine/src/flutter/lib/web_ui/dev/generate_builder_json.dart f…
…or experiment luci.flutter.staging
  • Loading branch information
vashworth committed Sep 15, 2026
commit 26bdd3075d811963df61ef3ba5c6c5a537cb3ae8
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class GenerateBuilderJsonCommand extends Command<bool> {
packageLock,
'Mac',
BrowserName.safari,
specificOS: 'Mac-15.7',
specificOS: 'Mac-26.6.2',
cpu: 'arm64',
),
];
Expand Down
Loading