Skip to content

Commit 29f7e65

Browse files
Bump Windows runner version for build workflow
Previously, the runner was used for the Windows job used to build and test the application in the build GitHub Actions workflow. That runner has now been removed by GitHub. In its place, we will use the runner with the oldest version of Windows that is now available as a GitHub-hosted runner: . The reason for using the oldest available Windows version is to provide compatibility with the widest possible range of Windows versions for the users of the Arduino Language Server.
1 parent 25afeae commit 29f7e65

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)