From a82bf40e840acfb8ae0dff8180156ffebdd113f4 Mon Sep 17 00:00:00 2001 From: Vincent Guilpain Date: Tue, 24 Sep 2024 10:01:48 +0900 Subject: [PATCH] [CI] Fix SQLServer 2017 job (#2250) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d78ec45ade..55162defd0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -833,7 +833,7 @@ jobs: with: name: postgresql_15_integration_test_reports_${{ matrix.mode.label }} path: core/build/reports/tests/integrationTestJdbc - + integration-test-for-jdbc-oracle-19: name: Oracle 19 integration test (${{ matrix.mode.label }}) runs-on: ubuntu-latest @@ -1059,7 +1059,7 @@ jobs: integration-test-for-jdbc-sqlserver-2017: name: SQL Server 2017 integration test (${{ matrix.mode.label }}) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 services: sqlserver: