1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

MinGW toolchain refresh

This commit is contained in:
sfan5 2023-12-13 12:54:44 +01:00
parent 91ba02449b
commit 5d3e830176
6 changed files with 54 additions and 50 deletions

View file

@ -164,7 +164,7 @@ jobs:
win32:
name: "MinGW cross-compiler (32-bit)"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install compiler
@ -184,7 +184,7 @@ jobs:
win64:
name: "MinGW cross-compiler (64-bit)"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install compiler