We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e266e commit a799b7cCopy full SHA for a799b7c
.github/workflows/packing.yml
@@ -65,7 +65,7 @@ jobs:
65
if: (github.event_name == 'push') ||
66
(github.event_name == 'pull_request' &&
67
github.event.pull_request.head.repo.full_name != github.repository)
68
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
69
70
strategy:
71
fail-fast: false
0 commit comments