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:
2525jobs :
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
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 \
You can’t perform that action at this time.
0 commit comments