From c5c784f1b8ca3a0f93f358e78286ac63aa82d9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Szulc?= Date: Fri, 13 Dec 2024 13:54:31 +0100 Subject: [PATCH] Bump ubuntu in github actions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02908773a8..8e381955af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: code_style: name: Code style - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout source code uses: actions/checkout@v2 @@ -48,7 +48,7 @@ jobs: missing_migrations: name: Missing migrations - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -132,7 +132,7 @@ jobs: settings_test: name: Settings tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout source code @@ -175,7 +175,7 @@ jobs: python_tests: name: Python tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: [3.8.18]