Skip to content

Commit af8fb85

Browse files
committedJun 17, 2024··
bump to runner to macos-12
1 parent ea7cd4f commit af8fb85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
mix test
7272
7373
macos:
74-
runs-on: macos-11
74+
runs-on: macos-12
7575
env:
7676
MIX_ENV: test
7777
ELIXIR_VERSION: "1.16.2"

‎.github/workflows/precompile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache/*.sha256
5353
5454
macos:
55-
runs-on: macos-11
55+
runs-on: macos-12
5656
env:
5757
MIX_ENV: prod
5858
ELIXIR_VERSION: "1.16.0"

0 commit comments

Comments
 (0)
Please sign in to comment.