Skip to content

Commit 81950e1

Browse files
committed
Run GHAs on ubuntu-24.04
1 parent d131739 commit 81950e1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
tests_core:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-22.04, macos-latest]
17+
os: [ubuntu-24.04, macos-latest]
1818
python-version: ["3.11", "3.12"]
1919

2020
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"

.github/workflows/ci_poetry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
tests_core:
1212
name: "Core, Python ${{ matrix.python-version }}"
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
timeout-minutes: 10
1515

1616
strategy:
@@ -50,7 +50,7 @@ jobs:
5050

5151
tests_tasks:
5252
name: "Tasks, Python ${{ matrix.python-version }}"
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
timeout-minutes: 30
5555

5656
strategy:
@@ -100,7 +100,7 @@ jobs:
100100

101101
coverage:
102102
name: Coverage
103-
runs-on: ubuntu-22.04
103+
runs-on: ubuntu-24.04
104104
needs: [tests_core, tests_tasks]
105105
steps:
106106
- uses: actions/checkout@v4

.github/workflows/manifest_external_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test-manifest-creation:
1515

16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919

.github/workflows/poetry_build.yml

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

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313

1414
- uses: actions/checkout@v4

.github/workflows/poetry_update.yml

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

1515
jobs:
1616
poetry_update:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

.github/workflows/publish_pypi.yml

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

1212
jobs:
1313
build_and_publish:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
environment: pypi
1616
steps:
1717

0 commit comments

Comments
 (0)