diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-06-06 15:08:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 15:08:24 +0200 |
commit | 10cdb069485a933d773267458efbbafc30b22b12 (patch) | |
tree | 6074ad69251a9acaafcb70a8d6bdf6e5ab0aa607 | |
parent | 28bdbf8ea136eff1a98760a78784d78ff711ebfd (diff) | |
parent | 4507be2aa8bce7bb423620ba43acdb9e9f1b35fd (diff) | |
download | profani-tty-10cdb069485a933d773267458efbbafc30b22b12.tar.gz |
Merge pull request #1356 from wstrm/bump-openbsd-6.7
Bump OpenBSD build to 6.7
-rw-r--r-- | .builds/openbsd.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index ebc43e61..21cc104e 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,14 +1,14 @@ -image: openbsd/6.6 +image: openbsd/6.7 packages: - cmake - gmake - cmocka - libtool - - automake-1.16.1 + - automake-1.16.2 - pkgconf - readline - - python-3.7.4 + - python-3.8.2 - autoconf-2.69p2 - autoconf-archive - libmesode |