Skip to content

Commit

Permalink
[ci] fix: use uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Feb 9, 2024
1 parent b35732c commit 8021ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: macos-11
env:
MIX_ENV: test
elixir_version: "1.16.0"
ELIXIR_VERSION: "1.16.0"
strategy:
matrix:
otp_version: ["25.3.2.8", "26.2.2"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: macos-11
env:
MIX_ENV: prod
elixir_version: "1.16.0"
ELIXIR_VERSION: "1.16.0"
strategy:
matrix:
otp_version: ["25.3.2.8", "26.2.2"]
Expand Down

0 comments on commit 8021ad4

Please sign in to comment.