Skip to content

Commit d93244b

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 09bc1ce commit d93244b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labeler_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
pull-requests: write
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
# strategy:
1515
# matrix:
1616
# python-version: [ '3.6','3.7', '3.8' ]

.github/workflows/python-ci.yml

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

1818
jobs:
1919
build:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
strategy:
2222
matrix:
2323
python-version: ['3.7', '3.8']

0 commit comments

Comments
 (0)