Skip to content

Commit

Permalink
[CI] Fix SQLServer 2017 job (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torch3333 committed Sep 24, 2024
1 parent 7d88490 commit cd6c78a
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 cd6c78a

Please sign in to comment.