Skip to content

Commit 7101b84

Browse files
chore(deps): update dependency ubuntu to v24
1 parent c66c37b commit 7101b84

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pytest:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
strategy:
1111
fail-fast: false
@@ -53,7 +53,7 @@ jobs:
5353
# Combine and upload coverage reports.
5454
coverage:
5555
needs: pytest
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
steps:
5858
- uses: actions/checkout@v3
5959
- run: make ci_up
@@ -70,7 +70,7 @@ jobs:
7070
fail_ci_if_error: true
7171

7272
quality:
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-24.04
7474
steps:
7575
- uses: actions/checkout@v3
7676
- run: make ci_up
@@ -79,7 +79,7 @@ jobs:
7979
- run: make ci_quality
8080

8181
semgrep:
82-
runs-on: ubuntu-22.04
82+
runs-on: ubuntu-24.04
8383
strategy:
8484
matrix:
8585
python-version: ['3.12']

.github/workflows/requirements-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
upgrade_requirements:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
matrix:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal as app
1+
FROM ubuntu:noble as app
22

33
ARG PYTHON_VERSION=3.12
44

0 commit comments

Comments
 (0)