Upgrade gh-actions to Ubuntu 22.04

The newer GCC does a better job of reducing code size.
This commit is contained in:
Eric Anderson 2023-07-08 19:49:43 -07:00 committed by Keir Fraser
parent 5e3e3a227f
commit 9308d30b2e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

View file

@ -7,7 +7,7 @@ name: Release
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3