Skip to content

Commit 8007fa0

Browse files
committed
try mingw flow with ubuntu 22.04
1 parent 35e1f2f commit 8007fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- { TARGET_HOST: "i686-w64-mingw32", WINE: "wine" }
1515
- { TARGET_HOST: "x86_64-w64-mingw32", WINE: "wine64" }
1616
env: ${{ matrix.env }}
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)