Skip to content

Commit

Permalink
ci: update to Ubuntu LTS 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pavdmyt committed Sep 22, 2024
1 parent 340b3ac commit a32adf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:

lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.12"]
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
mypy:
needs: lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
test:
needs: [lint, mypy]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
PYTHONHASHSEED: 0
USING_COVERAGE: '3.12'
Expand Down

0 comments on commit a32adf6

Please sign in to comment.