Skip to content

Commit 584d0c5

Browse files
reduce ubuntu version for pack
1 parent f23cf94 commit 584d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
if: (github.event_name == 'push') ||
405405
(github.event_name == 'pull_request' &&
406406
github.event.pull_request.head.repo.full_name != github.repository)
407-
runs-on: ubuntu-24.04
407+
runs-on: ubuntu-22.04
408408

409409
strategy:
410410
fail-fast: false

0 commit comments

Comments
 (0)