Skip to content

Commit

Permalink
moving CI to use macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Jul 8, 2024
1 parent 89b4bc4 commit f6e9529
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-11
- os: macos-12
toolset: clang
version: 11
version: 12

steps:
- name: Checkout
Expand Down

0 comments on commit f6e9529

Please sign in to comment.