Skip to content

Commit 6ff58eb

Browse files
committed
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.
1 parent 7068b9b commit 6ff58eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
config:
22-
- os: windows-2016
22+
- os: windows-latest
2323
- os: ubuntu-latest
2424
- os: macos-latest
2525
# - os: rsora-rpi-arm # self-hosted armhf

0 commit comments

Comments
 (0)