Skip to content

Commit 57e2e23

Browse files
committed
Fix issue with MSSQL image not working on latest Ubuntu
1 parent 28857df commit 57e2e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: Run test suite
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515

1616
env:
1717
COMPOSE_FILE: docker-compose.ci.yml

0 commit comments

Comments
 (0)