ci: update appveyor build agent (#37211)

ci update appveyor image
This commit is contained in:
John Kleinschmidt 2023-02-11 13:28:28 -05:00 committed by GitHub
parent 12ed401ca2
commit ff60fe25c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 69 additions and 28 deletions

View file

@ -14,8 +14,8 @@ const ROLLER_BRANCH_PATTERN = /^roller\/chromium$/;
const DEFAULT_BUILD_CLOUD_ID = '1598';
const DEFAULT_BUILD_CLOUD = 'electronhq-16-core';
const DEFAULT_BAKE_BASE_IMAGE = 'e-110.0.5451.0';
const DEFAULT_BUILD_IMAGE = 'e-110.0.5451.0';
const DEFAULT_BAKE_BASE_IMAGE = 'e-111.0.5560.0-2';
const DEFAULT_BUILD_IMAGE = 'e-111.0.5560.0-2';
const appveyorBakeJob = 'electron-bake-image';
const appVeyorJobs = {