diff options
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/adhoc-canary.omnibus.yml | 4 | ||||
-rw-r--r-- | .expeditor/release.omnibus.yml | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml index e47d009058..5ca8294041 100644 --- a/.expeditor/adhoc-canary.omnibus.yml +++ b/.expeditor/adhoc-canary.omnibus.yml @@ -36,10 +36,8 @@ builder-to-testers-map: - amazon-2-x86_64 el-8-x86_64: - el-8-x86_64 - freebsd-11-amd64: - - freebsd-11-amd64 + freebsd-12-amd64: - freebsd-12-amd64 -# - freebsd-13-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 13a72f986c..4f52169fe5 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -38,8 +38,7 @@ builder-to-testers-map: - el-8-aarch64 el-8-x86_64: - el-8-x86_64 - freebsd-11-amd64: - - freebsd-11-amd64 + freebsd-12-amd64: - freebsd-12-amd64 mac_os_x-10.14-x86_64: - mac_os_x-10.14-x86_64 |