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]