summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-02-24 08:20:37 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-02-24 08:20:37 +0100
commit710df3b61039156f66afb2311aa2212a86ab7566 (patch)
tree6799698d21e5e47483dadda13be3d98f8e19eef9 /.github
parent5155f3700582e405803adb13715accb0dfda3ccc (diff)
lower also the cmake version used for our CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 943ddfb49c..14bfc3d7b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
with:
# This should always match the mininum required version in
# our CMakeLists.txt
- cmake-version: '3.15.x'
+ cmake-version: '3.13.x'
- name: "[Windows] Install additional build tools"
if: runner.os == 'Windows'