Skip to content

Commit 6de7eb9

Browse files
force 22.04 for testing jib
1 parent 901fac8 commit 6de7eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)