Skip to content

Commit

Permalink
CI: move to newer macOS runners and always update APT cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Feb 17, 2024
1 parent 3726266 commit 6e30467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e30467

Please sign in to comment.