diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index e1a5e1b..a450c32 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -71,6 +71,7 @@ jobs: - name: Install test dependencies if: matrix.compiler != 'default' run: | + sudo apt-get update \ sudo apt-get install \ libxkbcommon-x11-0 \ libxcb-cursor0 \ diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index f7a5f8b..05050d0 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -40,7 +40,7 @@ concurrency: jobs: build: name: Build QMapLibre for iOS (Qt${{ matrix.qt_version}}) - runs-on: macos-13 + runs-on: macos-14 strategy: matrix: include: @@ -121,7 +121,7 @@ jobs: release: name: Release QMapLibre if: github.ref_type == 'tag' - runs-on: macos-13 + runs-on: macos-14 needs: build permissions: contents: write diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 0a7c557..47a05ab 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -40,7 +40,7 @@ concurrency: jobs: build-and-test: name: Build QMapLibre for macOS (Qt${{ matrix.qt_version}}, ${{ matrix.compiler }}) - runs-on: macos-13 + runs-on: macos-14 strategy: matrix: include: @@ -217,7 +217,7 @@ jobs: release: name: Release QMapLibre if: github.ref_type == 'tag' - runs-on: macos-13 + runs-on: macos-14 needs: build-and-test permissions: contents: write