Skip to content

Commit 2d7610f

Browse files
ci: use macos-15 GitHub-hosted runner
Replace deprecated macos-11 with macos-15. Bump asdf cache keys so builds do not reuse caches from the old image. Co-authored-by: Dominic Letz <dominicletz@users.noreply.github.com>
1 parent eaa5760 commit 2d7610f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ env:
77

88
jobs:
99
macos:
10-
runs-on: macos-11
10+
runs-on: macos-15
1111
steps:
1212
- name: asdf cache
1313
uses: actions/cache@v3
1414
id: asdf-cache
1515
with:
1616
path: /Users/runner/.asdf
17-
key: macos-otp-${{ env.OTP_VERSION }}
17+
key: macos-15-otp-${{ env.OTP_VERSION }}
1818

1919
- name: "Installing Erlang"
2020
if: steps.asdf-cache.outputs.cache-hit != 'true'
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/cache/save@v3
3535
with:
3636
path: /Users/runner/.asdf
37-
key: macos-otp-${{ env.OTP_VERSION }}
37+
key: macos-15-otp-${{ env.OTP_VERSION }}
3838

3939
- uses: actions/checkout@v3
4040
- name: "Create keychain"

0 commit comments

Comments
 (0)