From cdafe09ffbfdcbbc789bd141f6c9cad7e7fa3e92 Mon Sep 17 00:00:00 2001 From: "electron-appveyor-updater[bot]" <161660339+electron-appveyor-updater[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:51:13 -0400 Subject: [PATCH] build: update appveyor image to latest version (#41871) Co-authored-by: electron-appveyor-updater[bot] <161660339+electron-appveyor-updater[bot]@users.noreply.github.com> --- appveyor-woa.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-woa.yml b/appveyor-woa.yml index a2053901df..cc12885c01 100644 --- a/appveyor-woa.yml +++ b/appveyor-woa.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-124.0.6359.0 +image: e-125.0.6412.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default diff --git a/appveyor.yml b/appveyor.yml index a60833b6e9..18460e651e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-124.0.6359.0 +image: e-125.0.6412.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default