We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
18.04
1 parent b17b7a6 commit ab320ebCopy full SHA for ab320eb
.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