Skip to content

Commit

Permalink
Switch back to Mac-13 as gtest.h is not a factor for this CI process..
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Apr 24, 2024
1 parent 0b3f05a commit 9c67426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:

jobs:
macOS:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install gtest
run: |
brew install googletest
Expand Down

0 comments on commit 9c67426

Please sign in to comment.