Skip to content

Commit

Permalink
resetting MacOS back to 12 as 14 doesn't support BOOST
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Jul 8, 2024
1 parent df40566 commit 02d7edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- os: ubuntu-22.04 # need to set explicity os version
toolset: gcc
version: 22.04 # the reason why you need to set os version
- os: macos-14
- os: macos-12
toolset: clang
version: 14
version: 12

steps:
- name: Checkout
Expand Down

0 comments on commit 02d7edc

Please sign in to comment.