File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ jobs:
408
408
if : (github.event_name == 'push') ||
409
409
(github.event_name == 'pull_request' &&
410
410
github.event.pull_request.head.repo.full_name != github.repository)
411
- runs-on : ubuntu-22 .04
411
+ runs-on : ubuntu-24 .04
412
412
413
413
strategy :
414
414
fail-fast : false
@@ -467,16 +467,16 @@ jobs:
467
467
468
468
matrix :
469
469
target :
470
- - os : debian
471
- dist : bullseye # 11
472
470
# - 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
476
476
- os : ubuntu
477
477
dist : jammy # 22.04
478
- # - os: ubuntu
479
- # dist: noble # 24.04
478
+ - os : ubuntu
479
+ dist : noble # 24.04
480
480
481
481
steps :
482
482
- name : Clone the connector repo
You can’t perform that action at this time.
0 commit comments