Skip to content

Commit f1847a0

Browse files
Update dependency ubuntu to v24
1 parent ded0c24 commit f1847a0

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
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
strategy:
2121
matrix:
2222
python-version: ['3.7', '3.8']

0 commit comments

Comments
 (0)