From 8b505af8894b844606c5be900b4eca6e7f8d7016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 4 Nov 2025 22:13:08 +0100 Subject: [PATCH] Switch GitHub Actions workflow runner to ubuntu-slim --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbc16cd..8b01fb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: scrape: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout code uses: actions/checkout@v4