diff options
| author | 2020-03-06 18:11:29 -0600 | |
|---|---|---|
| committer | 2020-03-06 18:11:29 -0600 | |
| commit | e62f12426b018e956c522cb6e243205c7a1dd0a2 (patch) | |
| tree | 9614a5c3cf4b66a71994db3e1fc4037b3bf82a9f /.builds | |
| parent | Rename: s/yaml/yml/g (diff) | |
Update ci build files.
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/freebsd.yml | 2 | ||||
| -rw-r--r-- | .builds/openbsd.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 027ef74a..fede2621 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,4 @@ -image: freebsd/latest +image: freebsd/12.x sources: - https://git.sr.ht/~bakpakin/janet packages: diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index b7f6f4ce..27ad30a1 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -1,4 +1,4 @@ -image: openbsd/6.5 +image: openbsd/latest sources: - https://git.sr.ht/~bakpakin/janet packages: |
