Skip to content

Commit a9eaee5

Browse files
authored
Switch ci.yaml Linux builders to Debian. (#102253)
In preparation for upgrading linux VMs to Ubuntu, specify builders to use 'os: Debian' instead of 'os: Linux'. There should be no functional changes to current builders with this change. Bug:102252
1 parent 1065ca0 commit a9eaee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platform_properties:
2626
[
2727
{"dependency": "curl"}
2828
]
29-
os: Linux
29+
os: Debian
3030
device_type: none
3131
linux_android:
3232
properties:

0 commit comments

Comments
 (0)