From 6ff58ebe7c9d7263257e1a7a7ffbd6db832b1219 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 15 Oct 2020 04:32:30 -0700 Subject: [PATCH] Use the `windows-latest` runner in the Arduino Pro IDE workflow It was previously required to use the `windows-2016` runner to build Arduino Pro IDE. That is no longer necessary and Windows signing fails when using that runner. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e6eb6a3..1cf86aa9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: config: - - os: windows-2016 + - os: windows-latest - os: ubuntu-latest - os: macos-latest # - os: rsora-rpi-arm # self-hosted armhf