diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macOS.yaml | 2 |
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 |