CI: use ubuntu-24.04-slim instead of latest.
Deploy PHP App / deploy (push) Successful in 2m13s

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