diff options
author | William Wennerström <william@wstrm.dev> | 2020-06-06 11:53:24 +0200 |
---|---|---|
committer | William Wennerström <william@wstrm.dev> | 2020-06-06 11:53:24 +0200 |
commit | 4507be2aa8bce7bb423620ba43acdb9e9f1b35fd (patch) | |
tree | 6074ad69251a9acaafcb70a8d6bdf6e5ab0aa607 | |
parent | 28bdbf8ea136eff1a98760a78784d78ff711ebfd (diff) | |
download | profani-tty-4507be2aa8bce7bb423620ba43acdb9e9f1b35fd.tar.gz |
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 |