Skip to content

Commit b7e3630

Browse files
authored
Update to Ubuntu 22.04. (#78)
1 parent b9300cc commit b7e3630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ jobs:
222222

223223
strategy:
224224
matrix:
225-
# ubuntu-20.04 so that we don't depend on a recent glibc.
225+
# ubuntu-22.04 so that we don't depend on a too recent glibc.
226226
# macos-13, since it's still intel based.
227-
container: [ ubuntu-20.04, macos-13, macos-latest, windows-latest ]
227+
container: [ ubuntu-22.04, macos-13, macos-latest, windows-latest ]
228228
architecture: [ x64 ]
229229

230230
include:
231-
- container: ubuntu-20.04
231+
- container: ubuntu-22.04
232232
architecture: x86
233233

234234
name: "Build ${{ matrix.container }} - ${{ matrix.architecture }} - ${{ github.event.inputs.toit-version }}"

0 commit comments

Comments
 (0)