CI: use ubuntu-slim when possible
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW 2025-10-30 04:22:19 +08:00
parent b510042426
commit 059e8507c7

View File

@ -122,7 +122,7 @@ jobs:
needs:
- build
name: Diff output
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/download-artifact@v4
with:
@ -142,7 +142,7 @@ jobs:
- build
name: Deploy to Cloudflare Pages
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
# matrix is a tricky way to define a variable directly in the action yaml
strategy:
matrix:
@ -176,7 +176,7 @@ jobs:
- build
name: Deploy to GitHub and GitLab
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- uses: actions/download-artifact@v4
with: