File tree 1 file changed +5
-5
lines changed
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)
2
2
3
3
# Trigger the workflow on push or pull request
4
4
on :
@@ -15,7 +15,7 @@ concurrency:
15
15
16
16
jobs :
17
17
build :
18
- runs-on : macos-12
18
+ runs-on : macos-14
19
19
20
20
if : github.event.pull_request.draft == false
21
21
@@ -36,14 +36,14 @@ jobs:
36
36
- uses : actions/cache@v4
37
37
with :
38
38
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('**/*') }}
40
40
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 }}
42
42
- uses : actions/cache@v4
43
43
id : mpich-cache
44
44
with :
45
45
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') }}
47
47
- name : Install Dependencies
48
48
shell : bash
49
49
run : brew bundle --file=ci/Brewfile
You can’t perform that action at this time.
0 commit comments