mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-10 21:06:33 +00:00
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.
This commit is contained in:
parent
7068b9b1d3
commit
6ff58ebe7c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- os: windows-2016
|
- os: windows-latest
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
# - os: rsora-rpi-arm # self-hosted armhf
|
# - os: rsora-rpi-arm # self-hosted armhf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user