Skip to content

Commit 546a5b3

Browse files
committed
fix workflow name for ubuntu-latest
1 parent 755d364 commit 546a5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage.
22
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
3-
name: CMake on ubuntu-22.04
3+
name: CMake on ubuntu-latest
44

55
on:
66
push:

0 commit comments

Comments
 (0)