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 2121 (github.event_name == 'pull_request' &&
2222 github.event.pull_request.head.repo.full_name != github.repository)
2323
24- runs-on : ubuntu-24 .04
24+ runs-on : ubuntu-22 .04
2525
2626 strategy :
2727 fail-fast : false
@@ -138,7 +138,7 @@ jobs:
138138 github.event.pull_request.head.repo.full_name != github.repository &&
139139 github.event.label.name == 'full-ci')
140140
141- runs-on : ubuntu-24 .04
141+ runs-on : ubuntu-22 .04
142142
143143 strategy :
144144 fail-fast : false
@@ -205,7 +205,7 @@ jobs:
205205 if : (github.event_name == 'push') ||
206206 (github.event_name == 'pull_request' &&
207207 github.event.pull_request.head.repo.full_name != github.repository)
208- runs-on : ubuntu-24 .04
208+ runs-on : ubuntu-22 .04
209209
210210 strategy :
211211 fail-fast : false
You can’t perform that action at this time.
0 commit comments