We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
18.04
1 parent cdd5cfd commit faa21dfCopy full SHA for faa21df
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
matrix:
25
config:
26
- os: windows-latest
27
- - os: ubuntu-latest
+ - os: ubuntu-18.04 # https://github.com/arduino/arduino-ide/issues/259
28
- os: macos-latest
29
runs-on: ${{ matrix.config.os }}
30
timeout-minutes: 90
0 commit comments