Skip to content

Commit bbba79f

Browse files
authored
Bump Linux runner version for build workflow
Previously, the `ubuntu-16.04` runner was used for the Linux 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 Ubuntu that is now available as a GitHub-hosted runner: `ubuntu-18.04`. The reason for using the oldest available Ubuntu version is to provide compatibility with the widest possible range of Linux versions for the users of the Arduino Language Server.
1 parent 134ca4d commit bbba79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
config:
23-
- os: ubuntu-16.04
23+
- os: ubuntu-18.04
2424
ExecutableSuffix: ''
2525
Exports: ''
2626
- os: macos-latest

0 commit comments

Comments
 (0)