Skip to content

Commit 3194885

Browse files
authored
Switch Github runners to Ubuntu 20.04 (#1222)
1 parent 28857df commit 3194885

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 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
1515

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

0 commit comments

Comments
 (0)