From 456aac1f94c6f9cda2f7a5fcb562da2652340960 Mon Sep 17 00:00:00 2001 From: "electron-appveyor-updater[bot]" <161660339+electron-appveyor-updater[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:24:24 -0400 Subject: [PATCH] build: update appveyor image to latest version (#44311) 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 482f7d2fb694..322cfbe95ca4 100644 --- a/appveyor-woa.yml +++ b/appveyor-woa.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-131.0.6734.0-node-20.17-0 +image: e-132.0.6781.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default diff --git a/appveyor.yml b/appveyor.yml index 6ddc0077c72f..76c032cce45b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-131.0.6734.0-node-20.17-0 +image: e-132.0.6781.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default