File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,11 @@ export const CONFIG = {
515515 platforms : [ 'linux64-shippable' , 'linux1804-64-shippable-qr' ] ,
516516 categories : DESKTOP_CATEGORIES ,
517517 } ,
518+ linux2404 : {
519+ label : 'Ubuntu 24.04 64bit' ,
520+ platforms : [ 'linux2404-64-shippable' ] ,
521+ categories : DESKTOP_CATEGORIES ,
522+ } ,
518523 // mac11m1: {
519524 // label: 'macOS 11 "Big Sur" (M1)',
520525 // platforms: ['macosx1100-64-shippable-qr'],
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ export const CONFIG = {
8787 platforms : [ 'linux1804-64-shippable-qr' ] ,
8888 categories : DEFAULT_CATEGORIES ,
8989 } ,
90+ linux2404 : {
91+ label : 'Ubuntu 24.04 64bit' ,
92+ platforms : [ 'linux2404-64-shippable' ] ,
93+ categories : DEFAULT_CATEGORIES ,
94+ } ,
9095 mac : {
9196 label : 'macOS 10.15 "Catalina"' ,
9297 platforms : [ 'macosx1015-64-shippable-qr' ] ,
You can’t perform that action at this time.
0 commit comments