From 57e2e23b1945e9a62689f30b6df8ba97dbb5357c Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Mon, 23 Sep 2024 09:38:17 +0100 Subject: [PATCH 1/2] Fix issue with MSSQL image not working on latest Ubuntu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f65697b..9a3ca2655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: name: Run test suite - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: COMPOSE_FILE: docker-compose.ci.yml From b00de6efacebe0710d5e931c8c6f0138bbe1df45 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Mon, 23 Sep 2024 09:46:14 +0100 Subject: [PATCH 2/2] Add comment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a3ca2655..c2f9aba86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: test: name: Run test suite - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved. env: COMPOSE_FILE: docker-compose.ci.yml