Skip to content

Commit 656661d

Browse files
committed
.github/workflows: use ubuntu-latest
1 parent 1e251a2 commit 656661d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: ['push', 'pull_request']
88
jobs:
99
build:
1010

11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212

1313
services:
1414
database:

0 commit comments

Comments
 (0)