back to ubuntu for CICD
Some checks failed
Build and Deploy / build (push) Failing after 11s

This commit is contained in:
dealjus 2025-04-28 22:28:28 -07:00
parent f7ed051401
commit 801f2dede2

View File

@ -16,7 +16,7 @@ permissions:
jobs: jobs:
build: build:
runs-on: alpine runs-on: ubuntu-latest
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v4 uses: actions/checkout@v4