File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44on :
@@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
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
You can’t perform that action at this time.
0 commit comments