From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C5DDC433F5 for ; Sun, 31 Oct 2021 17:24:55 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3FC0D60C40 for ; Sun, 31 Oct 2021 17:24:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3FC0D60C40 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A70F883246; Sun, 31 Oct 2021 18:24:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 62F17832C4; Sun, 31 Oct 2021 18:24:50 +0100 (CET) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C7F1682982 for ; Sun, 31 Oct 2021 18:24:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qv1-f48.google.com with SMTP id gh1so9825175qvb.8 for ; Sun, 31 Oct 2021 10:24:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=8lxorE37BjXt9+KkJL6EBUjFdu2SB+A6fs0VXltH95w=; b=djzWNYh25UWV/FaQFshMRWYeY+VdYobWz2Qk1OHpefJOG/0sYyBzogAfs57fjk5n3p 55kRLpMgbn8pUy5xHab0ulafQWwU9aCfNU2gaEhNs42uNVaoJjY4odD/VO9r/ptbaQ5M kbEpHZWeBKjnOhlKKthYFGiIDJYZRBnRG2AiyIuvVK3lbAhkU5yquEi1ZEvn0G9ARVcg pA6hf+XuMOMX2x+0BL4P6lR9FtiDo5IElhTZ/+JYh/2GDsvIC0OuSKsK5pGE81D3vD82 OW3/6XzcOGh/Lza8/oFLgRzBf7zMudvY8dd1FBv/eMmAzNqLT4XGOBIcDhNwR4mle1JA 2SCQ== X-Gm-Message-State: AOAM532dEHLWEXdU3WmdnlckBtYBSaz1s3Hwkz89WtO6o130t4y5RVPu eomC/QGja7K8IbsbwOFTtAkYclEUDA== X-Google-Smtp-Source: ABdhPJwnnPDsLkq1mcaINFXvzBx+bpO5z442XTVxjwfqhbJCzepLJPI5GiC1hOdh5gtYIaMUvUe1bA== X-Received: by 2002:a05:6214:188:: with SMTP id q8mr23466878qvr.5.1635701085333; Sun, 31 Oct 2021 10:24:45 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-4914-04c9-a84a-a30a.res6.spectrum.com. [2603:6081:7b01:cbda:4914:4c9:a84a:a30a]) by smtp.gmail.com with ESMTPSA id y21sm8103122qkp.0.2021.10.31.10.24.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 31 Oct 2021 10:24:44 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH] Azure: Move to windows-2019 Date: Sun, 31 Oct 2021 13:24:42 -0400 Message-Id: <20211031172442.2241208-1-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean As per https://github.com/actions/virtual-environments/issues/4312 the Windows-2016 environments are scheduled for deprecation and removal in early 2022. Move to windows-2019 now to avoid this (Visual Studio 2019 is included here, hence the tag naming scheme change). Signed-off-by: Tom Rini --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index b3794a956e86..41b34ea7de5a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - windows_vm: vs2017-win2016 + windows_vm: windows-2019 ubuntu_vm: ubuntu-18.04 macos_vm: macOS-10.15 ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210921-05Oct2021 -- 2.25.1