Skip to content

Commit 2d65541

Browse files
committed
Fix CI
1 parent b716ccc commit 2d65541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
test:
77
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.
8+
runs-on: ubuntu-latest
99

1010
env:
1111
COMPOSE_FILE: compose.ci.yaml

0 commit comments

Comments
 (0)