Skip to content

Commit a2d1237

Browse files
ci: fixate OS versions
debs built on 22.04 fails to install on Debian 10, 11.
1 parent 016203c commit a2d1237

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/packing.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (github.event_name == 'push') ||
1717
(github.event_name == 'pull_request' &&
1818
github.event.pull_request.head.repo.full_name != github.repository)
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-20.04
2020

2121
strategy:
2222
fail-fast: false
@@ -61,7 +61,7 @@ jobs:
6161
if: (github.event_name == 'push') ||
6262
(github.event_name == 'pull_request' &&
6363
github.event.pull_request.head.repo.full_name != github.repository)
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-20.04
6565

6666
strategy:
6767
fail-fast: false
@@ -116,7 +116,7 @@ jobs:
116116
(github.event_name == 'pull_request' &&
117117
github.event.pull_request.head.repo.full_name != github.repository)
118118

119-
runs-on: windows-latest
119+
runs-on: windows-2022
120120

121121
strategy:
122122
fail-fast: false
@@ -184,7 +184,7 @@ jobs:
184184
- run_tests_pip_package_linux
185185
- run_tests_pip_package_windows
186186

187-
runs-on: ubuntu-latest
187+
runs-on: ubuntu-20.04
188188

189189
strategy:
190190
fail-fast: false
@@ -222,7 +222,7 @@ jobs:
222222
if: (github.event_name == 'push') ||
223223
(github.event_name == 'pull_request' &&
224224
github.event.pull_request.head.repo.full_name != github.repository)
225-
runs-on: ubuntu-latest
225+
runs-on: ubuntu-20.04
226226

227227
container:
228228
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -289,7 +289,7 @@ jobs:
289289
if: (github.event_name == 'push') ||
290290
(github.event_name == 'pull_request' &&
291291
github.event.pull_request.head.repo.full_name != github.repository)
292-
runs-on: ubuntu-latest
292+
runs-on: ubuntu-20.04
293293

294294
container:
295295
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -348,7 +348,7 @@ jobs:
348348
needs:
349349
- run_tests_rpm
350350

351-
runs-on: ubuntu-latest
351+
runs-on: ubuntu-20.04
352352

353353
strategy:
354354
fail-fast: false
@@ -398,7 +398,7 @@ jobs:
398398
if: (github.event_name == 'push') ||
399399
(github.event_name == 'pull_request' &&
400400
github.event.pull_request.head.repo.full_name != github.repository)
401-
runs-on: ubuntu-latest
401+
runs-on: ubuntu-20.04
402402

403403
strategy:
404404
fail-fast: false
@@ -446,7 +446,7 @@ jobs:
446446
if: (github.event_name == 'push') ||
447447
(github.event_name == 'pull_request' &&
448448
github.event.pull_request.head.repo.full_name != github.repository)
449-
runs-on: ubuntu-latest
449+
runs-on: ubuntu-20.04
450450

451451
container:
452452
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -515,7 +515,7 @@ jobs:
515515
needs:
516516
- run_tests_deb
517517

518-
runs-on: ubuntu-latest
518+
runs-on: ubuntu-20.04
519519

520520
strategy:
521521
fail-fast: false

0 commit comments

Comments
 (0)