Skip to content

Commit 64e7aa9

Browse files
try newer OSes versions
1 parent ec6001d commit 64e7aa9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/packing.yml

+8-8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)