Skip to content

Commit 007bd15

Browse files
fix: reduce ubuntu v because latest break
1 parent 816a5d0 commit 007bd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- ubuntu-24.04
17+
- ubuntu-22.04
1818
- macos-15
1919
- windows-2022
2020

@@ -28,7 +28,7 @@ jobs:
2828
cmake-install: "brew install cmake"
2929
dependencies: "brew install openssl"
3030
make: make ./countly-tests && ./countly-tests
31-
- os: ubuntu-24.04
31+
- os: ubuntu-22.04
3232
cmake-install: |
3333
sudo apt-get update && sudo apt-get install -y \
3434
cmake \

0 commit comments

Comments
 (0)