CI: use ubuntu-24.04-slim instead of latest.
Deploy PHP App / deploy (push) Canceled after 0s

Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
This commit is contained in:
2026-08-27 07:49:02 +07:00
parent f6bd48fbf5
commit d2275d79e3
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: "ubuntu-24.04:docker://gitea/runner-images:ubuntu-24.04-slim"
steps:
- name: Checkout Code
uses: actions/checkout@v4