File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
jobs :
26
26
cdk_changes :
27
27
name : Get Changes
28
- runs-on : ubuntu-22 .04
28
+ runs-on : ubuntu-24 .04
29
29
permissions :
30
30
statuses : write
31
31
pull-requests : read
62
62
# Forked PRs are handled by the community_ci.yml workflow
63
63
# If the condition is not met the job will be skipped (it will not fail)
64
64
# runs-on: connector-test-large
65
- runs-on : ubuntu-22 .04
65
+ runs-on : ubuntu-24 .04
66
66
timeout-minutes : 360 # 6 hours
67
67
strategy :
68
68
fail-fast : false
@@ -153,7 +153,7 @@ jobs:
153
153
POETRY_DYNAMIC_VERSIONING_BYPASS : " 0.0.0"
154
154
run : |
155
155
cd airbyte
156
- make tools.airbyte-ci-dev .install
156
+ make tools.airbyte-ci.install
157
157
airbyte-ci \
158
158
--ci-report-bucket-name=airbyte-ci-reports-multi \
159
159
connectors \
You can’t perform that action at this time.
0 commit comments