From b60013fcf1eecfe97b8772f1eb04633d7a51ba76 Mon Sep 17 00:00:00 2001 From: "electron-appveyor-updater[bot]" <161660339+electron-appveyor-updater[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:10:34 +0200 Subject: [PATCH] build: update appveyor image to latest version (#43971) 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 b683804bf344..4888c18550f1 100644 --- a/appveyor-woa.yml +++ b/appveyor-woa.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-130.0.6695.0-node-20 +image: e-131.0.6734.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default diff --git a/appveyor.yml b/appveyor.yml index 67855a8daff7..169ce75174be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-130.0.6695.0-node-20 +image: e-131.0.6734.0 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default