Skip to content

Commit 3618f78

Browse files
authored
Merge pull request #122 from dhatim/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents a37b3d0 + b44e831 commit 3618f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ '*' ]
77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
1212
python-version: [ '3.8', '3.9', '3.10', '3.11' ]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
python-version: [ '3.8', '3.9', '3.10', '3.11' ]

0 commit comments

Comments
 (0)