From 9eba185d81de617dbb99f842a3845e0591d0db75 Mon Sep 17 00:00:00 2001 From: Pablo Brud Date: Tue, 28 Feb 2023 17:54:37 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f472a41..6644f9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: os: ['ubuntu-18.04'] otp: ['24.3.3'] - elixir: ['1.12.3'] + elixir: ['1.14.3'] node: ['12.22.12'] steps: @@ -112,4 +112,4 @@ jobs: with: github_token: ${{ secrets.REPO_DISPATCH_TOKEN }} branch: master - force: true \ No newline at end of file + force: true