Use latest ubuntu24 to fix the mingw32 build

This commit is contained in:
pancake 2024-09-27 20:10:51 +02:00 committed by GitHub
parent 86529d7cf6
commit ec347ab4f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -363,7 +363,7 @@ jobs:
w32-mingw:
if: contains(github.ref, 'master') || contains(github.ref, 'ci-')
name: w32-mingw
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3