Skip to content

Commit faa21df

Browse files
author
Akos Kitta
committed
GH-259: Use Ubuntu 18.04 for the build job.
Closes #259 Signed-off-by: Akos Kitta <[email protected]>
1 parent cdd5cfd commit faa21df

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
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
config:
2626
- os: windows-latest
27-
- os: ubuntu-latest
27+
- os: ubuntu-18.04 # https://github.com/arduino/arduino-ide/issues/259
2828
- os: macos-latest
2929
runs-on: ${{ matrix.config.os }}
3030
timeout-minutes: 90

0 commit comments

Comments
 (0)