We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3402c commit 114ebdcCopy full SHA for 114ebdc
.github/workflows/precompile.yml
@@ -15,7 +15,7 @@ jobs:
15
# Elixir 1.14.5 is first version compatible with OTP 26
16
# NIF versions change according to
17
# https://github.com/erlang/otp/blob/dd57c853a324a9572a9e5ce227d8675ff004c6fe/erts/emulator/beam/erl_nif.h#L33
18
- otp: ["25.0", "26.0", "27.0"]
+ otp: ["25.0", "26.0"]
19
elixir: ["1.14.5"]
20
steps:
21
- uses: actions/checkout@v3
@@ -55,7 +55,7 @@ jobs:
55
strategy:
56
matrix:
57
runner: ["macos-13", "macos-14"]
58
59
60
61
0 commit comments