Skip to content

Commit ab5c5c1

Browse files
authored
Use latest Ubuntu image on CI (#1325)
1 parent 25aacf2 commit ab5c5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: Run test suite
14-
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
14+
runs-on: ubuntu-latest
1515

1616
env:
1717
COMPOSE_FILE: compose.ci.yaml
@@ -37,7 +37,7 @@ jobs:
3737

3838
standardrb:
3939
name: Code linting and formatting
40-
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
40+
runs-on: ubuntu-latest
4141

4242
env:
4343
COMPOSE_FILE: compose.ci.yaml

0 commit comments

Comments
 (0)