Skip to content

Commit d21fb78

Browse files
committed
Simplified GitHub Actions by using ubuntu-latest.
1 parent 8905e2e commit d21fb78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
matrix:
99
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1010
sqlalchemy-version: ["<2.0", "default"]
11-
os: [ubuntu-20.04]
12-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1312
services:
1413
postgres:
1514
image: postgres:13.4

0 commit comments

Comments
 (0)