Skip to content

Commit 079892f

Browse files
chore(deps): update dependency ubuntu to v24
1 parent a215161 commit 079892f

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
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
matrix:
1919
python-version: ['3.6', '3.7', '3.8']

0 commit comments

Comments
 (0)