Switch CI runner to Ubuntu (containerized act_runner)
Some checks failed
Test, Build & Deploy / test-and-build (push) Failing after 2m3s
Test, Build & Deploy / deploy (push) Has been skipped

This commit is contained in:
hermes-explorigin 2026-08-30 20:33:38 +00:00
parent 5bb35b278f
commit 6cbc9d4eda

View File

@ -10,7 +10,7 @@ name: Test, Build & Deploy
jobs:
test-and-build:
runs-on: host
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -38,7 +38,7 @@ jobs:
# Release the built app only when a commit lands on the default branch.
needs: test-and-build
if: github.ref == 'refs/heads/master'
runs-on: host
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4