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:51:13 +07:00
parent f6bd48fbf5
commit 6b23491da9
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-slim
steps:
- name: Checkout Code
uses: actions/checkout@v4