summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-30 13:49:21 -0400
commit0f9dd9627aa9f5095164a73e84905bb4af4bfc8f (patch)
treef58c8ceac394c2e7ef05c6695596ed4151b2c905 /.github
parentb614af3f6fd2831303764966ad8b2be0f08300af (diff)
downloadlibgd-0f9dd9627aa9f5095164a73e84905bb4af4bfc8f.tar.gz
use current macOS naming style consistently
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_gd3.yml2
-rw-r--r--.github/workflows/ci_macos.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_gd3.yml b/.github/workflows/ci_gd3.yml
index 92254c7..859b9bc 100644
--- a/.github/workflows/ci_gd3.yml
+++ b/.github/workflows/ci_gd3.yml
@@ -84,7 +84,7 @@ jobs:
echo "LIBRARY_PATH=/usr/local/lib:/usr/local/include/libpng:/usr/local/opt/openssl/include" >> $GITHUB_ENV
echo "LD_PATH"
- - name: Configure CMake MacOS
+ - name: Configure CMake macOS
if: contains(matrix.os, 'macos')
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml
index f7e6cbe..b5afb52 100644
--- a/.github/workflows/ci_macos.yml
+++ b/.github/workflows/ci_macos.yml
@@ -1,4 +1,4 @@
-name: CI MacOS
+name: CI macOS
on:
push: