From 832e9953aacee391d6a8f0054d5add0a3d436d1d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 6 Aug 2024 16:10:10 +0100 Subject: [PATCH] Use ubuntu-24.04 instead of ubuntu-22.04 for linux (#31) --- entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.py b/entrypoint.py index b0640fb..24ad286 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -11,7 +11,7 @@ "3.13": "3.13-dev" # Remove once GHA allows 3.13 as a valid version } PLATFORM_MAP = { - "linux": "ubuntu-22.04", + "linux": "ubuntu-24.04", "macos": "macos-13", "windows": "windows-latest", }