Skip to content

Commit

Permalink
fix(*): fix some bugs
Browse files Browse the repository at this point in the history
please refer to the file change history for details
  • Loading branch information
CLimber-Rong committed Aug 21, 2024
1 parent a3c4d07 commit 29b7865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
Expand All @@ -49,6 +46,9 @@ jobs:
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: cl

Expand Down

0 comments on commit 29b7865

Please sign in to comment.