Skip to content

Commit 114ebdc

Browse files
committed
dont use otp 27 in builds
1 parent db3402c commit 114ebdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precompile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Elixir 1.14.5 is first version compatible with OTP 26
1616
# NIF versions change according to
1717
# https://github.com/erlang/otp/blob/dd57c853a324a9572a9e5ce227d8675ff004c6fe/erts/emulator/beam/erl_nif.h#L33
18-
otp: ["25.0", "26.0", "27.0"]
18+
otp: ["25.0", "26.0"]
1919
elixir: ["1.14.5"]
2020
steps:
2121
- uses: actions/checkout@v3
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
runner: ["macos-13", "macos-14"]
58-
otp: ["25.0", "26.0", "27.0"]
58+
otp: ["25.0", "26.0"]
5959
elixir: ["1.14.5"]
6060
steps:
6161
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)