We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef64674 commit 32124efCopy full SHA for 32124ef
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
elixir: 1.11.4
24
otp: 23.3.4
25
- pair:
26
- elixir: 1.14.3
+ elixir: 1.14.5
27
otp: "26.0"
28
lint: lint
29
steps:
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: aarch64-apple-darwin , os: macos-11 }
+ - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: x86_64-apple-darwin , os: macos-11 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
0 commit comments