Skip to content

Commit

Permalink
Update build_cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Apr 8, 2024
1 parent 6b5e8bb commit 95988c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
}
- {
name: "macOS Latest Release (Intel)",
os: macos-12,
os: macos-latest,
build_type: "Release", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
- {
name: "macOS Latest Debug (Intel)",
os: macos-12,
os: macos-latest,
build_type: "Debug", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
Expand Down

0 comments on commit 95988c2

Please sign in to comment.