Skip to content

Commit

Permalink
actions: Upgrade macOS version
Browse files Browse the repository at this point in the history
This resolves warnings re: unsupported macOS version

Signed-off-by: Darryl Abbate <drl@amazon.com>
  • Loading branch information
darrylabbate committed Sep 25, 2024
1 parent 16a4445 commit 8f98540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
name: hmem-config.log
path: config.log
macos:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Install dependencies (Mac OS)
run: |
Expand All @@ -141,5 +141,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: macos-12-config.log
name: macos-config.log
path: config.log

0 comments on commit 8f98540

Please sign in to comment.