aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2021-05-07 17:09:42 -0700
committerGerald Combs <gerald@zing.org>2021-05-07 17:09:42 -0700
commit728ae2de5fbb438442ca1359b3be2a10ea3732cf (patch)
tree534270d22730b2cf6ddfbdf314a89f78b31b234d
parent2410d8b6eb02793dbf675bea4aad61a6acffac1c (diff)
GitLab CI: Fix our fuzzing resource group.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc01b1c856..5d330a4f49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -352,7 +352,7 @@ Windows Build:
rules: !reference [.if-fuzz-schedule]
tags:
- wireshark-ubuntu-fuzz
- resource_group: fuzz-master
+ resource_group: fuzz-release-3.4
variables:
CC: "clang-$CLANG_VERSION"
CXX: "clang++-$CLANG_VERSION"