From fc9fa1a980399d35e9928947a84bad267f4ce227 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 21:21:52 +0200 Subject: [PATCH] debugging CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c512be..799cf21 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![linux clang workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml) [![linux gcc workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml) -[![macos workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos.yml) +[![macos workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos_x86.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos_x86.yml) A rewrite of School 42's MiniLibX using SDL2 and Vulkan. The goal of this version is to give a light, fast and modern graphical tool while keeping the same API as the version currently used at 42.