mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
ci: rename GitHub CI workflow from ci to macos to be a bit more explicit about what it covers
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Yurii Kolesnykov <root@yurikoles.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18057>
This commit is contained in:
parent
74fc367127
commit
c50493974e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: CI
|
||||
name: macOS CI
|
||||
on: push
|
||||
|
||||
permissions:
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue