File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
(github.event_name == 'pull_request' &&
22
22
github.event.pull_request.head.repo.full_name != github.repository)
23
23
24
- runs-on : ubuntu-24 .04
24
+ runs-on : ubuntu-22 .04
25
25
26
26
strategy :
27
27
fail-fast : false
@@ -138,7 +138,7 @@ jobs:
138
138
github.event.pull_request.head.repo.full_name != github.repository &&
139
139
github.event.label.name == 'full-ci')
140
140
141
- runs-on : ubuntu-24 .04
141
+ runs-on : ubuntu-22 .04
142
142
143
143
strategy :
144
144
fail-fast : false
@@ -205,7 +205,7 @@ jobs:
205
205
if : (github.event_name == 'push') ||
206
206
(github.event_name == 'pull_request' &&
207
207
github.event.pull_request.head.repo.full_name != github.repository)
208
- runs-on : ubuntu-24 .04
208
+ runs-on : ubuntu-22 .04
209
209
210
210
strategy :
211
211
fail-fast : false
You can’t perform that action at this time.
0 commit comments