We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72f0b3e + 2d65541 commit a4e3217Copy full SHA for a4e3217
.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