From dbd6bf0324eed718219ad0860dbcfb16c1cffca5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Mar 2026 05:54:50 +0100 Subject: [PATCH] Fix PowerShell image tag: lts-ubuntu-22.04 Amp-Thread-ID: https://ampcode.com/threads/T-019cc404-c628-759e-a50b-f5eeea35b91f Co-authored-by: Amp --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f9d7b7..74ef144 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ bash-syntax: powershell-syntax: stage: lint - image: mcr.microsoft.com/powershell:lts-ubuntu-24.04 + image: mcr.microsoft.com/powershell:lts-ubuntu-22.04 script: - echo "Checking PowerShell syntax..." - |