File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ jobs:
408408 if : (github.event_name == 'push') ||
409409 (github.event_name == 'pull_request' &&
410410 github.event.pull_request.head.repo.full_name != github.repository)
411- runs-on : ubuntu-22 .04
411+ runs-on : ubuntu-24 .04
412412
413413 strategy :
414414 fail-fast : false
@@ -467,16 +467,16 @@ jobs:
467467
468468 matrix :
469469 target :
470- - os : debian
471- dist : bullseye # 11
472470 # - os: debian
473- # dist: bookworm # 12
474- - os : ubuntu
475- dist : focal # 20.04
471+ # dist: bullseye # 11
472+ - os : debian
473+ dist : bookworm # 12
474+ # - os: ubuntu
475+ # dist: focal # 20.04
476476 - os : ubuntu
477477 dist : jammy # 22.04
478- # - os: ubuntu
479- # dist: noble # 24.04
478+ - os : ubuntu
479+ dist : noble # 24.04
480480
481481 steps :
482482 - name : Clone the connector repo
You can’t perform that action at this time.
0 commit comments