Skip to content

Commit

Permalink
unittest-macos.yml: Use macOS 12 instead.of 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Aug 16, 2022
1 parent fac6904 commit 76fcb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
config:
- { name: macos-10.15-clang-unittest, os: macos-10.15, cxx: clang++ }
- { name: macos-10.15-gcc-unittest, os: macos-10.15, cxx: g++ }
- { name: macos-12-clang-unittest, os: macos-12, cxx: clang++ }
- { name: macos-12-gcc-unittest, os: macos-12, cxx: g++ }

steps:
- uses: actions/checkout@v2
Expand Down

1 comment on commit 76fcb61

@amitdo
Copy link
Collaborator Author

@amitdo amitdo commented on 76fcb61 Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.