Skip to content

Commit 5890b36

Browse files
committed
build: update GitHub runner
1 parent f43782c commit 5890b36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
test:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
name: Check Python code formatting
2525
steps:

.github/workflows/python-publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
verify:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
name: Verify Python build context
1515
steps:
@@ -39,7 +39,7 @@ jobs:
3939
build:
4040
name: Build and publish PyPi package
4141
needs: verify
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
if: github.repository_owner == 'unfoldedcircle'
4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)