From f4615e086860812a07a94baaad3a96654ff9ce06 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Sun, 22 Nov 2020 03:08:40 +1100 Subject: [PATCH] Updated status badges to use workflow names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 288b6e1..b5ab680 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ So that being said, we hope that this repository finds you well and wholehearted ### Current Compatability | OS | Default Compiler | Last Tested On | Status | | ----------- | ---------------- | ------------------ |:--------:| -| **macOS** | Clang++ | `Big Sur 11.0.1` | ![macOS Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/macOS-build.yml/badge.svg) | -| **Linux** | G++ | `Ubuntu 20.04 LTS` | ![Linux Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/linux-build.yml/badge.svg) | -| **Windows** | MinGW (G++) | `Windows 10 19041` | ![Windows Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/windows-build.yml/badge.svg) | +| **macOS** | Clang++ | `Big Sur 11.0.1` | ![macOS Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/macOS-build/badge.svg) | +| **Linux** | G++ | `Ubuntu 20.04 LTS` | ![Linux Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/ubuntu-build/badge.svg) | +| **Windows** | MinGW (G++) | `Windows 10 19041` | ![Windows Build Status](https://github.com/CapsCollective/raylib-cpp-starter/workflows/windows-build/badge.svg) | ## Getting Started