GH-259: Use Ubuntu 18.04 for the build job.

Closes #259

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-03-26 15:44:01 +01:00 committed by Akos Kitta
parent b17b7a6de7
commit ab320eb0b0

View File

@ -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