From e531b2a8d6c42e2af92344b561f13fba07341fe8 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 4 Mar 2025 09:26:52 -0500 Subject: [PATCH] Stop using old ubuntu version --- .github/workflows/zap_regeneration.yaml | 2 +- .github/workflows/zap_templates.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index 43a7c76a6571ca..82614c2c0d7153 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -28,7 +28,7 @@ jobs: zap_regeneration: name: ZAP Regeneration - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: image: ghcr.io/project-chip/chip-build:119 defaults: diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index e255fb739e2f26..3d66172458b934 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -33,7 +33,7 @@ jobs: zap_templates: name: ZAP templates generation - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: image: ghcr.io/project-chip/chip-build:119 defaults: