workflows: Update github build-test.yaml to ubuntu-22.04

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2025-04-08 10:24:17 -04:00
parent d96bb6ca82
commit efc2d9b364

View file

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