Skip to content

Commit a59bb42

Browse files
committed
Use 22.04 to avoid segfault
1 parent dc1f7a8 commit a59bb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Nuget-publishing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
generators: 'Ninja'
222222
}
223223
- {
224-
os: ubuntu-latest,
224+
os: ubuntu-22.04,
225225
arch: aarch64,
226226
python-arch: aarch64,
227227
python-ver: '3.8',
@@ -233,7 +233,7 @@ jobs:
233233
distro: ubuntu20.04
234234
}
235235
- {
236-
os: ubuntu-latest,
236+
os: ubuntu-22.04,
237237
arch: ppc64le,
238238
python-arch: ppc,
239239
python-ver: '3.8',

0 commit comments

Comments
 (0)