Update .github/workflows/build.yml

This commit is contained in:
Jacob Schmidt 2025-02-22 13:23:09 -06:00
parent dcfb80f6f7
commit 9b5cf43905

View File

@ -16,7 +16,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v4