Skip to content

Commit 2ca6edd

Browse files
authored
Merge pull request #103 from OpenRailAssociation/renovate/ubuntu-24.x
2 parents 66c060d + 1fb4021 commit 2ca6edd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Test building the package and installing it via pip3
4040
test-build-install:
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Set up Python
@@ -58,15 +58,15 @@ jobs:
5858
5959
# Formatting
6060
pylint:
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
steps:
6363
- uses: actions/checkout@v4
6464
- uses: ./.github/actions/poetrybuild
6565
- name: Lint with pylint
6666
run: poetry run pylint --disable=fixme gh_org_mgr/
6767

6868
formatting:
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
steps:
7171
- uses: actions/checkout@v4
7272
- uses: ./.github/actions/poetrybuild
@@ -76,7 +76,7 @@ jobs:
7676
poetry run black --check .
7777
7878
mypy:
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-24.04
8080
steps:
8181
- uses: actions/checkout@v4
8282
- uses: ./.github/actions/poetrybuild

0 commit comments

Comments
 (0)