diff options
-rw-r--r-- | .github/workflows/macos.yml (renamed from .github/workflows/ci.yml) | 2 | ||||
-rw-r--r-- | docs/macos.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/macos.yml index e0720f20ea8..4d4656156eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: CI +name: macOS CI on: push permissions: diff --git a/docs/macos.rst b/docs/macos.rst index 513bd1c16d8..a2b1ba40114 100644 --- a/docs/macos.rst +++ b/docs/macos.rst @@ -1,8 +1,8 @@ Notes for macOS ================ -.. image:: https://github.com/mesa3d/mesa/actions/workflows/ci.yml/badge.svg - :target: https://github.com/mesa3d/mesa/actions/workflows/ci.yml +.. image:: https://github.com/mesa3d/mesa/actions/workflows/macos.yml/badge.svg + :target: https://github.com/mesa3d/mesa/actions/workflows/macos.yml :alt: macOS CI Mesa builds on macOS without modifications. However, there are some details to |