Skip to content

Commit

Permalink
Use Ubuntu 20.04 for SQLServer 2017 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Torch3333 committed Sep 24, 2024
1 parent d5c8457 commit 7ddc4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,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
Expand Down Expand Up @@ -1055,7 +1055,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:
Expand Down

0 comments on commit 7ddc4a6

Please sign in to comment.