Skip to content

Commit b4d89e6

Browse files
committed
bump to ubuntu-latest as ubuntu-20.04 is no longer available
1 parent 872eefd commit b4d89e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
mimic-iv-sqlite:
88
# only run if PR is approved
99
if: github.event.review.state == 'approved'
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
container: python:3.10
1212

1313
steps:

0 commit comments

Comments
 (0)