Skip to content

Commit f6fc74a

Browse files
committed
github: Downgrade CI runner to ubuntu 20.04 to support WSL & old distro
1 parent 308cbb2 commit f6fc74a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-linux:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v2
@@ -52,7 +52,10 @@ jobs:
5252
name: vitasdk-macos
5353
path: build/*.tar.bz2
5454
build-windows:
55-
runs-on: ubuntu-latest
55+
# TODO match as build-linux
56+
# we don't know reason yet, mingw build was failed when libelf compille.
57+
# mingw output have to be static linking, and that this reason, we are able to use 22.04 in here
58+
runs-on: ubuntu-22.04
5659
steps:
5760
- uses: actions/checkout@v3
5861
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)