From 6d1213ac9aace27f61f5fca24836bc89a75c6673 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sat, 15 Jul 2023 22:22:48 -0500 Subject: More GitHub Actions updates. * Remove deprecated Ubuntu, add new Ubuntu * Fix usage of action/cache * Remove Appveyor * Update .gitignore for clangd cache --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fcae586..b515c24 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ Quackle ![Icon](https://github.com/quackle/quackle/raw/master/IconSmall.png) ======= -![GitHub Actions CI build](https://github.com/quackle/quackle/actions/workflows/build.yml/badge.svg) -[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/ttcu5vruvcdljwel/branch/master?svg=true)](https://ci.appveyor.com/project/jfultz/quackle/branch/master) -[![CI builds](https://github.com/quackle/quackle/workflows/CI%20builds/badge.svg)](https://github.com/quackle/quackle/actions?query=workflow%3A%22CI+Builds%22+event%3Apush) +[![CI builds](https://github.com/quackle/quackle/actions/workflows/build.yml/badge.svg)](https://github.com/quackle/quackle/actions/workflows/build.yml) Crossword game artificial intelligence and analysis tool. -- cgit v1.2.3