From c8b676284a6d4295b9135ecb6825aeb930b20a09 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Mon, 21 Nov 2022 09:48:05 -0500 Subject: [PATCH] Use older runner as hex doesn't seem to build OTP 22 for ubuntu 22.04 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 11b2a03..a2f0eac 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Ueberauth.Github.Mixfile do use Mix.Project @source_url "https://github.com/ueberauth/ueberauth_github" - @version "0.8.1" + @version "0.8.2" def project do [