Skip to content

Commit 3d4bd22

Browse files
committed
chore: lower the required glibc version
Signed-off-by: Cocoa <[email protected]>
1 parent 51299a2 commit 3d4bd22

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ permissions:
77
contents: write
88
jobs:
99
linux:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
11+
container: ubuntu:20.04
1112
env:
13+
ImageOS: ubuntu20
14+
LANG: en_US.UTF-8
15+
LANGUAGE: en_US:en
16+
LC_ALL: en_US.UTF-8
17+
DEBIAN_FRONTEND: noninteractive
1218
MIX_ENV: prod
1319
ELIXIR_VERSION: "1.15.3"
1420
strategy:

0 commit comments

Comments
 (0)