We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b716ccc commit 2d65541Copy full SHA for 2d65541
.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-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
+ runs-on: ubuntu-latest
9
10
env:
11
COMPOSE_FILE: compose.ci.yaml
0 commit comments