Skip to content

Commit 2ce966a

Browse files
committed
#2370: upgrade macOS runner image
1 parent f9a64d2 commit 2ce966a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/macosx-clang-mpich.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR tests (clang-14, macosx, mpich)
1+
name: PR tests (clang-15, macosx, mpich)
22

33
# Trigger the workflow on push or pull request
44
on:
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-12
18+
runs-on: macos-14
1919

2020
if: github.event.pull_request.draft == false
2121

@@ -36,14 +36,14 @@ jobs:
3636
- uses: actions/cache@v4
3737
with:
3838
path: ~/.ccache
39-
key: ${{ runner.os }}-macosx-clang-14-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
39+
key: ${{ runner.os }}-macosx-clang-15-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
4040
restore-keys: |
41-
${{ runner.os }}-macosx-clang-14-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
41+
${{ runner.os }}-macosx-clang-15-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
4242
- uses: actions/cache@v4
4343
id: mpich-cache
4444
with:
4545
path: ~/.mpich
46-
key: ${{ runner.os }}-macosx-clang-14-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
46+
key: ${{ runner.os }}-macosx-clang-15-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
4747
- name: Install Dependencies
4848
shell: bash
4949
run: brew bundle --file=ci/Brewfile

0 commit comments

Comments
 (0)