Skip to content

Commit f566386

Browse files
committed
specify full elixir version as well
1 parent 0d69fa9 commit f566386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-precompile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- x86_64-apple-darwin
2020
# - arm64-apple-darwin
2121
job:
22-
- {otp: "27.0.1", elixir: "1.17"}
23-
- {otp: "25.3.2.13", elixir: "1.16"}
22+
- {otp: "27.0.1", elixir: "1.17.2"}
23+
- {otp: "25.3.2.13", elixir: "1.16.3"}
2424

2525
name: Mac ${{ matrix.arch }} - OTP ${{ matrix.job.otp }} - Elixir ${{ matrix.job.elixir }}
2626
steps:

0 commit comments

Comments
 (0)