Skip to content

Commit 2a1997c

Browse files
committed
Fix CI
1 parent 38f2a38 commit 2a1997c

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
@@ -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: docker-compose.ci.yml

0 commit comments

Comments
 (0)