diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3e4abd..7df19ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: fail-fast: false matrix: container_os: ['centos'] - container_os_version: ['7'] + container_os_version: ['8'] container_os_python_package: ['python-debug'] configuration: ['debug', 'release'] include: @@ -212,7 +212,7 @@ jobs: ./pythonqt_generator - name: Upload Wrappers - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wrappers_${{ matrix.container_os }}-${{ matrix.container_os_version }}_${{ matrix.configuration }} path: generated_cpp @@ -221,14 +221,14 @@ jobs: strategy: fail-fast: false matrix: - macos-version: ['12'] + macos-version: ['13'] python-version: ['3.9'] - qt-version: ['5.9.*'] + qt-version: ['5.12.*'] configuration: ['release','debug'] include: - - macos-version: '12' + - macos-version: '13' python-version: '3.11' - qt-version: '5.12.*' + qt-version: '5.15.*' configuration: 'debug' runs-on: macos-${{ matrix.macos-version }} steps: