From 5811169e3d7ddb4e9bdc14b2562713007b378dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 16 Oct 2024 19:10:03 +0200 Subject: [PATCH] `ubuntu-latest` is still randomly `ubuntu-22.04` which doesn't have the needed curl version --- .github/workflows/send-screenshots-to-pixeleagle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-screenshots-to-pixeleagle.yml b/.github/workflows/send-screenshots-to-pixeleagle.yml index 2b847dc95e8fc..2f15774d64d47 100644 --- a/.github/workflows/send-screenshots-to-pixeleagle.yml +++ b/.github/workflows/send-screenshots-to-pixeleagle.yml @@ -19,7 +19,7 @@ on: jobs: send-to-pixel-eagle: name: Send screenshots to Pixel Eagle - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Download artifact