From 441c2fbc4ac47a269f6a63eafe68c4a2066e75b8 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 11 Oct 2024 13:07:01 -0500 Subject: [PATCH] Pin to Ubuntu 22.04 until stdeb supports Python 3.12 --- strategy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strategy.json b/strategy.json index 909b560..db7645c 100644 --- a/strategy.json +++ b/strategy.json @@ -1,6 +1,6 @@ { "matrix": { - "os": ["macos-latest", "ubuntu-latest", "windows-latest"], + "os": ["macos-latest", "ubuntu-22.04", "windows-latest"], "python": ["3.8", "3.9", "3.10", "3.11", "3.12"], "include": [ { @@ -8,7 +8,7 @@ "python": "3.6" }, { - "os": "ubuntu-latest", + "os": "ubuntu-22.04", "stdeb-check": "1" } ]