Skip to content

Commit

Permalink
GH-259: Use Ubuntu 18.04 for the build job.
Browse files Browse the repository at this point in the history
Closes #259

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Mar 29, 2021
1 parent b17b7a6 commit ab320eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
config:
- os: windows-latest
- os: ubuntu-latest
- os: ubuntu-18.04 # https://github.com/arduino/arduino-ide/issues/259
- os: macos-latest
runs-on: ${{ matrix.config.os }}
timeout-minutes: 90
Expand Down

0 comments on commit ab320eb

Please sign in to comment.