From 5f30a54a967325ffe111dc702b31bfdaa03ea0e6 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sat, 9 Dec 2023 22:36:26 -0400 Subject: [PATCH] CI API 25 --- templates/workflows/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/workflows/data.json b/templates/workflows/data.json index c742a6c..e624e6f 100644 --- a/templates/workflows/data.json +++ b/templates/workflows/data.json @@ -14,6 +14,12 @@ "api": 24, "arch": "x86_64", "target": "google_apis" + }, + { + "id": "API-25", + "api": 25, + "arch": "x86_64", + "target": "google_apis" } ] }