Skip to content

Commit

Permalink
bump to runner to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 17, 2024
1 parent ea7cd4f commit af8fb85
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 @@ -71,7 +71,7 @@ jobs:
mix test
macos:
runs-on: macos-11
runs-on: macos-12
env:
MIX_ENV: test
ELIXIR_VERSION: "1.16.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 @@ -52,7 +52,7 @@ jobs:
cache/*.sha256
macos:
runs-on: macos-11
runs-on: macos-12
env:
MIX_ENV: prod
ELIXIR_VERSION: "1.16.0"
Expand Down

0 comments on commit af8fb85

Please sign in to comment.