Browse Source

fix cirrus nightly_task to use otp 19

pull/2262/head
Tristan Sloughter 5 years ago
parent
commit
19b646f483
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@ -21,7 +21,7 @@ osx_test_task:
nightly_task:
container:
image: erlang:18
image: erlang:19
depends_on:
- test
only_if: $BRANCH == "master"

Loading…
Cancel
Save