Undo that change - the runner config was wrong.

This commit is contained in:
Zachary Hall 2023-07-15 18:22:25 -07:00
parent 1e955edac5
commit 226d14cee5

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3