Skip to content

Commit

Permalink
Change to Mac-12 for gtest.h to be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Apr 24, 2024
1 parent ecf87aa commit 0b3f05a
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-13
runs-on: macos-12
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Install gtest
run: |
brew install googletest
Expand Down

0 comments on commit 0b3f05a

Please sign in to comment.