Skip to content

Commit 45ab281

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 5eee536 commit 45ab281

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/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [workflow_call, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
python-version: ['3.6','3.7', '3.8']

0 commit comments

Comments
 (0)