diff --git a/.github/workflows/precompile.yml b/.github/workflows/precompile.yml index 946e737..f5dd6a2 100644 --- a/.github/workflows/precompile.yml +++ b/.github/workflows/precompile.yml @@ -10,13 +10,13 @@ permissions: jobs: linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: MIX_ENV: prod strategy: matrix: otp_version: [25] - + name: Linux GNU - OTP ${{ matrix.otp_version }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0824bf5..7296fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.6.1 + +#### Changes + +* Precompiling NIFs on `ubuntu-20.04` thus lowering the minimum required GLIBCXX version to `3.4.21`. + ## v0.6.0 #### Breaking changes diff --git a/mix.exs b/mix.exs index 59f878c..1cbff24 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Adbc.MixProject do use Mix.Project - @version "0.6.0" + @version "0.6.1" @github_url "https://github.com/elixir-explorer/adbc" def project do