Skip to content

Commit 4a7f5c8

Browse files
feat: update runner scripts
1 parent f1d4ea4 commit 4a7f5c8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
choco upgrade -y visualstudio2022-workload-vctools
2929
make: msbuild countly-tests.vcxproj -t:rebuild -verbosity:diag -property:Configuration=Release && .\Release\countly-tests.exe
3030
- os: macos-15
31-
cmake-install: |
32-
curl -LO https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9-macos-universal.tar.gz
33-
tar -xzf cmake-3.31.9-macos-universal.tar.gz
34-
sudo cp -R cmake-3.31.9-macos-universal/CMake.app/Contents/bin/* /usr/local/bin/
31+
cmake-install: "brew install cmake"
3532
dependencies: "brew install openssl"
3633
make: make ./countly-tests && ./countly-tests
3734
- os: ubuntu-24.04
@@ -72,3 +69,5 @@ jobs:
7269
cmake -DCOUNTLY_BUILD_TESTS=1 -B build . ${{ matrix.cmake-generator }}
7370
cd build
7471
${{ matrix.make }}
72+
env:
73+
CMAKE_POLICY_VERSION_MINIMUM: 3.0

0 commit comments

Comments
 (0)