Skip to content

Commit

Permalink
Bump ubuntu in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent d01d9ef commit c5c784f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit c5c784f

Please sign in to comment.