Skip to content

Commit a671464

Browse files
authored
ci: precompile on ubuntu-20.04 (#100)
Signed-off-by: Cocoa <[email protected]>
1 parent 3f7cad6 commit a671464

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: .github/workflows/precompile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ permissions:
1010

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
env:
1515
MIX_ENV: prod
1616
strategy:
1717
matrix:
1818
otp_version: [25]
19-
19+
2020
name: Linux GNU - OTP ${{ matrix.otp_version }}
2121

2222
steps:

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.6.1
4+
5+
#### Changes
6+
7+
* Precompiling NIFs on `ubuntu-20.04` thus lowering the minimum required GLIBCXX version to `3.4.21`.
8+
39
## v0.6.0
410

511
#### Breaking changes

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Adbc.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.6.1"
55
@github_url "https://github.com/elixir-explorer/adbc"
66

77
def project do

0 commit comments

Comments
 (0)