summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macOS.yaml
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2023-10-03 11:19:02 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2023-10-03 11:19:02 +0200
commitc9b8a237799be59ed4c04e4925ebef71cac9bf93 (patch)
tree6b9ecd12c9ef4fdeef0279f946da4133f22f66d6 /.github/workflows/macOS.yaml
parentMerge branch 'release-5.7.0' into 'master' (diff)
downloadknot-resolver-c9b8a237799be59ed4c04e4925ebef71cac9bf93.tar.xz
knot-resolver-c9b8a237799be59ed4c04e4925ebef71cac9bf93.zip
ci macOS: update Knot DNS
Diffstat (limited to '')
-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 821ee56a..c9970645 100644
--- a/.github/workflows/macOS.yaml
+++ b/.github/workflows/macOS.yaml
@@ -8,7 +8,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
- knot-version: ['3.1', '3.2']
+ knot-version: ['3.2', '3.3']
steps:
- name: Checkout resolver code