diff options
author | Matt Clay <matt@mystile.com> | 2022-05-18 22:51:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 22:51:20 -0700 |
commit | a985021286dc6db977d4937e6a52b510ad856d7f (patch) | |
tree | 076cfe586ba6874c12b4f8377c074cf9d9627d3c /.azure-pipelines | |
parent | 13d03c3c221b14f52e509b9e38cf0e85e30b663c (diff) | |
download | ansible-a985021286dc6db977d4937e6a52b510ad856d7f.tar.gz |
Switch CI from FreeBSD 13.0 to 13.1. (#77852)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ccb8edc3b0..3c627b2fcd 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -97,8 +97,8 @@ stages: test: rhel/8.6@3.8 - name: FreeBSD 12.3 test: freebsd/12.3 - - name: FreeBSD 13.0 - test: freebsd/13.0 + - name: FreeBSD 13.1 + test: freebsd/13.1 groups: - 1 - 2 |