Skip to content

Commit

Permalink
Merge pull request #2371 from DARMA-tasking/2370-update-macos-runner-…
Browse files Browse the repository at this point in the history
…image

#2370: upgrade macOS runner image
  • Loading branch information
lifflander authored Nov 22, 2024
2 parents f9a64d2 + 2ce966a commit 66786a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR tests (clang-14, macosx, mpich)
name: PR tests (clang-15, macosx, mpich)

# Trigger the workflow on push or pull request
on:
Expand All @@ -15,7 +15,7 @@ concurrency:

jobs:
build:
runs-on: macos-12
runs-on: macos-14

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

Expand All @@ -36,14 +36,14 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.ccache
key: ${{ runner.os }}-macosx-clang-14-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
key: ${{ runner.os }}-macosx-clang-15-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}-${{ hashFiles('**/*') }}
restore-keys: |
${{ runner.os }}-macosx-clang-14-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
${{ runner.os }}-macosx-clang-15-ccache-${{ secrets.GH_ACTIONS_CACHE_VERSION }}
- uses: actions/cache@v4
id: mpich-cache
with:
path: ~/.mpich
key: ${{ runner.os }}-macosx-clang-14-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
key: ${{ runner.os }}-macosx-clang-15-mpich-${{ hashFiles('**/.github/workflows/macosx-clang-mpich.yml', '**/ci/deps/mpich.sh') }}
- name: Install Dependencies
shell: bash
run: brew bundle --file=ci/Brewfile
Expand Down

0 comments on commit 66786a6

Please sign in to comment.