Skip to content

Commit

Permalink
update the CI job to generate the macOS libraries
Browse files Browse the repository at this point in the history
- improve the documentation of the CI job.
- update the default values to latest QGIS release.
- fix that the QGIS build is using the clang compiler packed with Qt.
  • Loading branch information
Clemens Zangl committed Jun 21, 2024
1 parent 634ce63 commit fc3dd75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-macos-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
inputs:
qgis-version:
description: "The QGIS version to build the dependencies."
default: '3_34_2'
default: '3_36_3'
lib-version:
description: "The QGIS version as a different string."
default: '3.34'
default: '3.36'
build-timestamp:
description: "The QGIS build timestamp."
default: '20231222_122631'
description: "The QGIS build timestamp (you can find it here: `https://download.qgis.org/downloads/macos/pr/`)."
default: '20240517_122510'


env:
Expand Down

0 comments on commit fc3dd75

Please sign in to comment.