We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8240060 commit c380bc8Copy full SHA for c380bc8
3 files changed
.github/workflows/build-ios-mac.yml
@@ -36,6 +36,8 @@ jobs:
36
- os: macos-15
37
simulator: "'iPad Pro (11-inch) (4th generation)'"
38
runs-on: ${{ matrix.os }}
39
+ env:
40
+ CMAKE_POLICY_VERSION_MINIMUM: "3.5"
41
steps:
42
- name: Grant write permissions to /usr/local
43
run: |
.github/workflows/build-posix-latest.yml
@@ -23,6 +23,8 @@ jobs:
23
build:
24
25
26
27
28
strategy:
29
matrix:
30
config: [release, debug]
.github/workflows/build-ubuntu-2004.yml
0 commit comments