Skip to content

Commit

Permalink
Update MacOS CI (#226)
Browse files Browse the repository at this point in the history
* Update MacOS CI

* Update Qt version to latest 5.16 stable release
  • Loading branch information
SaschaWillems authored Nov 27, 2024
1 parent 2b30756 commit 15ca375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

build_macosx:
name: Build macOS
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -94,7 +94,7 @@ jobs:

- uses: jurplel/install-qt-action@v3
with:
version: 5.12.9
version: 5.15.2
host: mac

- name: Prepare Vulkan SDK
Expand Down

0 comments on commit 15ca375

Please sign in to comment.