From 2304a749f4cefb54bf9f40e7fe431ea29b2e9ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=CC=8Cimon=20S=CC=8Cesta=CC=81k?= Date: Mon, 26 Jan 2026 14:51:00 +0100 Subject: [PATCH] fix: Update CI badge references in README Update workflow badge URLs to reference the current macOS 14 and macOS 15 workflows instead of the outdated macOS 10.15 and macOS 11. Co-Authored-By: Claude Opus 4.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd6e450..ef38445 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ![Cocoapods platforms](https://img.shields.io/cocoapods/p/FTAPIKit) ![License](https://img.shields.io/cocoapods/l/FTAPIKit) -![macOS 11](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-11.yml/badge.svg?branch=main) -![macOS 10.15](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-10.15.yml/badge.svg?branch=main) +![macOS 15](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-15.yml/badge.svg?branch=main) +![macOS 14](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-14.yml/badge.svg?branch=main) ![Ubuntu](https://github.com/futuredapp/FTAPIKit/actions/workflows/ubuntu-latest.yml/badge.svg?branch=main) Declarative and generic REST API framework using Codable.