From 370f343f25d5c4b8682876774d3674d270dbde96 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 28 Jan 2026 13:45:32 +0100 Subject: [PATCH] Change runner from ubuntu-latest to ubuntu-slim --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fed69cff..159ccb63 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,7 +12,7 @@ on: jobs: lint: name: Lint - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout the repository uses: actions/checkout@v6.0.2 @@ -29,7 +29,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: lint steps: - name: Checkout the repository