We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e1f2f commit 8007fa0Copy full SHA for 8007fa0
.github/workflows/mingw.yml
@@ -14,7 +14,7 @@ jobs:
14
- { TARGET_HOST: "i686-w64-mingw32", WINE: "wine" }
15
- { TARGET_HOST: "x86_64-w64-mingw32", WINE: "wine64" }
16
env: ${{ matrix.env }}
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
18
steps:
19
- uses: actions/checkout@v4
20
0 commit comments