summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2021-10-26 16:02:25 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2021-10-27 13:37:49 +0200
commitd4348a398254bdd67b384cd8a577333b004c11c8 (patch)
tree5659fa67069b57c0294459257ecc4413d2a919a9 /.github
parentMerge branch 'policy-rpz-origin' into 'master' (diff)
downloadknot-resolver-d4348a398254bdd67b384cd8a577333b004c11c8.tar.xz
knot-resolver-d4348a398254bdd67b384cd8a577333b004c11c8.zip
ci: use Knot 3.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macOS.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml
index 73c37e38..a5ab6fc3 100644
--- a/.github/workflows/macOS.yaml
+++ b/.github/workflows/macOS.yaml
@@ -19,7 +19,7 @@ jobs:
- name: Install libknot from sources
env:
- KNOT_DNS_VERSION: '3.0'
+ KNOT_DNS_VERSION: '3.1'
run: |
git clone -b ${KNOT_DNS_VERSION} https://gitlab.nic.cz/knot/knot-dns.git
cd knot-dns