feat: try different runs-on
Some checks failed
Build and Deploy / build_and_deploy (push) Has been cancelled

This commit is contained in:
Devin Haska 2025-04-13 21:53:34 -07:00
parent 7b0af8c079
commit b9cd14dafe

View file

@ -3,7 +3,7 @@ on: [push]
jobs:
build_and_deploy:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4