We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901fac8 commit 6de7eb9Copy full SHA for 6de7eb9
.github/workflows/testing.yml
@@ -21,7 +21,7 @@ jobs:
21
(github.event_name == 'pull_request' &&
22
github.event.pull_request.head.repo.full_name != github.repository)
23
24
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
25
26
strategy:
27
fail-fast: false
@@ -138,7 +138,7 @@ jobs:
138
github.event.pull_request.head.repo.full_name != github.repository &&
139
github.event.label.name == 'full-ci')
140
141
142
143
144
@@ -205,7 +205,7 @@ jobs:
205
if: (github.event_name == 'push') ||
206
207
208
209
210
211
0 commit comments