Skip to content

Commit b044e10

Browse files
Merge pull request #130 from arduino/update-windows-runner
Bump Windows runner version for build workflow
2 parents 25afeae + 46bd823 commit b044e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- os: macos-latest
2727
ExecutableSuffix: ''
2828
Exports: 'CGO_ENABLED=1 MACOSX_DEPLOYMENT_TARGET=10.14 '
29-
- os: windows-2016
29+
- os: windows-2019
3030
ExecutableSuffix: '.exe'
3131
Exports: ''
3232
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)