Change ubuntu-latest to ubuntu-22.04

This commit is contained in:
Joseph Henry 2023-05-02 12:46:25 -07:00
parent c16aa917ff
commit 771523f464
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344

View file

@ -2,7 +2,7 @@ on: [ push ]
jobs:
build_ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: gitconfig
run: |