diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 89fbb5216..4af678043 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -6,7 +6,7 @@ jobs: checkuncrustify: name: "Check code style with Uncrustify" # Ubuntu 22.04 has uncrustify 0.72_f - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Install dependencies run: sudo apt update && sudo apt install -y uncrustify @@ -84,7 +84,7 @@ jobs: chost: i686-w64-mingw32 name: "gcc-mingw - ${{matrix.target}}" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: MAKEFLAGS: -j3