Skip to content

Commit 99327c2

Browse files
aaronsteersCopilot
andauthored
ci: fix airbyte-ci installation in connector tests flows (#528)
Co-authored-by: Copilot <[email protected]>
1 parent ce2a7bb commit 99327c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/connector-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
cdk_changes:
2727
name: Get Changes
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
permissions:
3030
statuses: write
3131
pull-requests: read
@@ -62,7 +62,7 @@ jobs:
6262
# Forked PRs are handled by the community_ci.yml workflow
6363
# If the condition is not met the job will be skipped (it will not fail)
6464
# runs-on: connector-test-large
65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666
timeout-minutes: 360 # 6 hours
6767
strategy:
6868
fail-fast: false
@@ -153,7 +153,7 @@ jobs:
153153
POETRY_DYNAMIC_VERSIONING_BYPASS: "0.0.0"
154154
run: |
155155
cd airbyte
156-
make tools.airbyte-ci-dev.install
156+
make tools.airbyte-ci.install
157157
airbyte-ci \
158158
--ci-report-bucket-name=airbyte-ci-reports-multi \
159159
connectors \

0 commit comments

Comments
 (0)