We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2ace6 commit 421817cCopy full SHA for 421817c
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
test:
7
name: Run test suite
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
9
10
env:
11
COMPOSE_FILE: docker-compose.ci.yml
0 commit comments