Upgrade CI runners to Ubuntu 22

This commit is contained in:
Chris Thrasher
2025-04-24 20:59:57 -06:00
parent 4c8671cfbb
commit 25b86ef3fd
4 changed files with 63 additions and 61 deletions

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
# Set the type of machine to run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout source code