From 6785e98725084042f3e8e135f3c3c376160b4916 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 18:57:35 +0100 Subject: [PATCH] updating CI --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1562b49a..7ab5aabb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,16 @@ image: - - Visual Studio 2022 + # - Visual Studio 2022 - Ubuntu2204 - - macos-monterey + # - macos-monterey environment: DOTNET_CLI_TELEMETRY_OPTOUT: 1 matrix: # node.js - - nodejs: "22" + - nodejs: "20" install: - - sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi + # - sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi # - cmd: powershell .\appveyor.ps1 - cmd: powershell Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs) x64 - sh: nvm ls