Skip to content

Commit cb8ca47

Browse files
authored
Merge pull request #2034 from MIT-LCP/alistair/action_fixes_redux
Other misc gh actions fixes
2 parents 781b26a + bfdcdc4 commit cb8ca47

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-psql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
services:
1313
postgres:
14-
image: postgres
14+
image: postgres:17
1515
env:
1616
POSTGRES_PASSWORD: postgres
1717
options: >-

.github/workflows/concepts-psql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
services:
1414
postgres:
15-
image: postgres
15+
image: postgres:17
1616
env:
1717
POSTGRES_PASSWORD: postgres
1818
options: >-

.github/workflows/equivalence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres
18+
image: postgres:17
1919
env:
2020
POSTGRES_PASSWORD: postgres
2121
options: >-

.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)