We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9300cc commit b7e3630Copy full SHA for b7e3630
.github/workflows/build.yml
@@ -222,13 +222,13 @@ jobs:
222
223
strategy:
224
matrix:
225
- # ubuntu-20.04 so that we don't depend on a recent glibc.
+ # ubuntu-22.04 so that we don't depend on a too recent glibc.
226
# macos-13, since it's still intel based.
227
- container: [ ubuntu-20.04, macos-13, macos-latest, windows-latest ]
+ container: [ ubuntu-22.04, macos-13, macos-latest, windows-latest ]
228
architecture: [ x64 ]
229
230
include:
231
- - container: ubuntu-20.04
+ - container: ubuntu-22.04
232
architecture: x86
233
234
name: "Build ${{ matrix.container }} - ${{ matrix.architecture }} - ${{ github.event.inputs.toit-version }}"
0 commit comments