From 059e8507c7f840045bf3d76fee272d7f8d4fa241 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 30 Oct 2025 04:22:19 +0800 Subject: [PATCH] CI: use `ubuntu-slim` when possible --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 217264da..c5ee9cce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: