Skip to content

Commit

Permalink
CI(pg-clients): use ubuntu-22.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 3, 2024
1 parent 139952d commit a643f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pg-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

test-postgres-client-libs:
needs: [ build-build-tools-image ]
runs-on: [ self-hosted, gen3, small ]
runs-on: ubuntu-22.04

container:
image: ${{ needs.build-build-tools-image.outputs.image }}
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
with:
build_type: remote
test_selection: pg_clients
run_in_parallel: false
extra_params: -m remote_cluster
pg_version: ${{ env.DEFAULT_PG_VERSION }}
env:
Expand Down

0 comments on commit a643f92

Please sign in to comment.