feat: try latest ubuntu
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 1s

This commit is contained in:
Devin Haska 2025-04-13 22:01:14 -07:00
parent 3fe575e34a
commit 69c9178c47

View file

@ -4,6 +4,8 @@ on: [push]
jobs: jobs:
build_and_deploy: build_and_deploy:
runs-on: docker runs-on: docker
container:
image: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4