Rename Github Actions job to `build-posix-cmake`

Clarify that it belongs to the `build-posix-cmake` workflow, not the
`build-posix` workflow.
This commit is contained in:
Robert O'Callahan 2024-08-23 04:10:21 +00:00
parent af77b80194
commit d93a12ebee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
jobs:
build-posix:
build-posix-cmake:
strategy:
matrix:
os: [macos-11, ubuntu-latest]