We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308cbb2 commit f6fc74aCopy full SHA for f6fc74a
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-linux:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v2
@@ -52,7 +52,10 @@ jobs:
52
name: vitasdk-macos
53
path: build/*.tar.bz2
54
build-windows:
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
59
60
61
0 commit comments