Skip to content

Commit b2f7e8a

Browse files
committed
ci: ubuntu-24.04
1 parent def0298 commit b2f7e8a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/apply-pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
jobs:
66
apply-pip-compile:
77
name: Apply pip compile
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: deargen/workflows/actions/apply-pip-compile@master

.github/workflows/check-pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
check-pip-compile:
1616
name: Check pip compile
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: deargen/workflows/actions/check-pip-compile@master

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
exclude-types: build,docs,style,other
2323

2424
publish-to-pypi:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Set up Python 3.11
2828
if: ${{ github.event.inputs.dry-run == 'false' }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
pytest:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup python and uv
@@ -32,7 +32,7 @@ jobs:
3232
uses: deargen/workflows/actions/run-pytest@master
3333

3434
doctest:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Setup python and uv

0 commit comments

Comments
 (0)