Skip to content

Commit 7e1da5d

Browse files
Update macOS version on CI (#37)
1 parent 57b5398 commit 7e1da5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache/*.sha256
6161
6262
macos:
63-
runs-on: macos-13
63+
runs-on: macos-14
6464
env:
6565
MIX_ENV: prod
6666
ELIXIR_VERSION: "1.15.3"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run: mix test
8686

8787
macos:
88-
runs-on: macos-13
88+
runs-on: macos-14
8989
strategy:
9090
fail-fast: false
9191
matrix:

0 commit comments

Comments
 (0)