From 94b87c9f08d23b233deee916b380863af6d25229 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Tue, 27 Jan 2026 23:36:16 +0200 Subject: [PATCH] workflows: Update ci/cd to ubuntu-slim runner Signed-off-by: Denys Fedoryshchenko --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 083717ca49..408b4dae4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: jobs: unit-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim strategy: matrix: python-version: ['3.10', '3.11'] @@ -39,7 +39,7 @@ jobs: make unit-tests pycodestyle: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim steps: - name: Check out source code uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: make pycodestyle pylint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim steps: - name: Check out source code uses: actions/checkout@v4 @@ -81,7 +81,7 @@ jobs: make pylint mypy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim steps: - name: Check out source code uses: actions/checkout@v4 @@ -110,7 +110,7 @@ jobs: make mypy validate-yaml: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim steps: - name: Check out source code uses: actions/checkout@v4 @@ -131,7 +131,7 @@ jobs: make validate-yaml lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-slim name: Lint steps: - name: Check out source code