Skip to content

Commit

Permalink
Fix github action matrix os.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Nov 24, 2023
1 parent 9d8fd95 commit 5ebe85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
include:
- os: windows-latest
cpp_compiler: cl
- os: ubunut-latest
- os: ubuntu-latest
cpp_compiler: g++
- os: ubuntu-latest
cpp_compiler: clang++
Expand Down

0 comments on commit 5ebe85e

Please sign in to comment.