From 19b646f48337c04f00f39d9935b5be89b5ff3d47 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 18 Apr 2020 12:34:44 -0600 Subject: [PATCH] fix cirrus nightly_task to use otp 19 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index acdbc356..5309a502 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,7 @@ osx_test_task: nightly_task: container: - image: erlang:18 + image: erlang:19 depends_on: - test only_if: $BRANCH == "master"