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 57b5398 commit 7e1da5dCopy full SHA for 7e1da5d
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
cache/*.sha256
61
62
macos:
63
- runs-on: macos-13
+ runs-on: macos-14
64
env:
65
MIX_ENV: prod
66
ELIXIR_VERSION: "1.15.3"
.github/workflows/test.yml
@@ -85,7 +85,7 @@ jobs:
85
- run: mix test
86
87
88
89
strategy:
90
fail-fast: false
91
matrix:
0 commit comments