diff options
author | Eric Engestrom <eric@engestrom.ch> | 2022-08-15 10:22:57 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-08-16 16:54:13 +0000 |
commit | c50493974edc84f08b5d0cce6bbd29586fcdff33 (patch) | |
tree | 32086b7d25292c0aaab77dfbb38ba82e12a266f5 /.github | |
parent | 74fc367127ccf945f4c649dd6ddff955c802e36e (diff) | |
download | mesa-c50493974edc84f08b5d0cce6bbd29586fcdff33.tar.gz mesa-c50493974edc84f08b5d0cce6bbd29586fcdff33.tar.bz2 mesa-c50493974edc84f08b5d0cce6bbd29586fcdff33.zip |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml (renamed from .github/workflows/ci.yml) | 2 |
1 files changed, 1 insertions, 1 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: |