We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a5d0 commit 007bd15Copy full SHA for 007bd15
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os:
17
- - ubuntu-24.04
+ - ubuntu-22.04
18
- macos-15
19
- windows-2022
20
@@ -28,7 +28,7 @@ jobs:
28
cmake-install: "brew install cmake"
29
dependencies: "brew install openssl"
30
make: make ./countly-tests && ./countly-tests
31
- - os: ubuntu-24.04
+ - os: ubuntu-22.04
32
cmake-install: |
33
sudo apt-get update && sudo apt-get install -y \
34
cmake \
0 commit comments