From 1687cb02424a60e75d5ee7e934ae4114c0f2d5bb Mon Sep 17 00:00:00 2001 From: dP Date: Sun, 19 Oct 2025 03:34:32 +0500 Subject: [PATCH] Update workflows to use ubuntu-latest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 586eb93aac..de08f47ad3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: if: needs.source.outputs.trigger_type == 'new-master' || needs.source.outputs.trigger_type == 'new-tag' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Download all bundles @@ -195,7 +195,7 @@ jobs: if: needs.source.outputs.trigger_type == 'new-master' || needs.source.outputs.trigger_type == 'new-tag' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Download all bundles