diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 360a9f74f..52042a319 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: name: Build on macOS runs-on: macos-latest env: - MACOSX_DEPLOYMENT_TARGET: 11.0 + MACOSX_DEPLOYMENT_TARGET: 12.0 steps: - name: Checkout uses: actions/checkout@v4 @@ -54,7 +54,7 @@ jobs: container: ubuntu:${{ matrix.container }} strategy: matrix: - container: ['20.04', '22.04', '23.10'] + container: ['20.04', '22.04', '24.04'] env: DEBIAN_FRONTEND: noninteractive DEBFULLNAME: github-actions @@ -104,7 +104,7 @@ jobs: container: fedora:${{ matrix.container }} strategy: matrix: - container: [38, 39] + container: [39, 40] steps: - name: Install Deps run: | @@ -186,7 +186,6 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 with: arch: x64 - sdk: 10.0.19041.0 - name: Install WiX run: | dotnet tool install -g wix --version 5.0.0