@@ -125,10 +125,10 @@ const testPlatforms = [
125125 { os : "darwin" , arch : "aarch64" , release : "13" , tier : "previous" } ,
126126 { os : "darwin" , arch : "x64" , release : "14" , tier : "latest" } ,
127127 { os : "darwin" , arch : "x64" , release : "13" , tier : "previous" } ,
128- { os : "linux" , arch : "aarch64" , distro : "debian" , release : "12 " , tier : "latest" } ,
129- { os : "linux" , arch : "x64" , distro : "debian" , release : "12 " , tier : "latest" } ,
130- { os : "linux" , arch : "x64" , baseline : true , distro : "debian" , release : "12 " , tier : "latest" } ,
131- { os : "linux" , arch : "x64" , profile : "asan" , distro : "debian" , release : "12 " , tier : "latest" } ,
128+ { os : "linux" , arch : "aarch64" , distro : "debian" , release : "13 " , tier : "latest" } ,
129+ { os : "linux" , arch : "x64" , distro : "debian" , release : "13 " , tier : "latest" } ,
130+ { os : "linux" , arch : "x64" , baseline : true , distro : "debian" , release : "13 " , tier : "latest" } ,
131+ { os : "linux" , arch : "x64" , profile : "asan" , distro : "debian" , release : "13 " , tier : "latest" } ,
132132 { os : "linux" , arch : "aarch64" , distro : "ubuntu" , release : "25.04" , tier : "latest" } ,
133133 { os : "linux" , arch : "aarch64" , distro : "ubuntu" , release : "24.04" , tier : "latest" } ,
134134 { os : "linux" , arch : "x64" , distro : "ubuntu" , release : "25.04" , tier : "latest" } ,
0 commit comments