From 658004a6bcc14ee899f60ffbd251c25a74fcb7df Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 7 May 2025 19:26:50 -0400 Subject: [PATCH] chore: Bump ubuntu in release GH action --- .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 2c0edf0..0763494 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ on: default: main jobs: release: - runs-on: ubuntu-20.04 - name: 'Release a new version' + runs-on: ubuntu-22.04 + name: "Release a new version" steps: - name: Get auth token id: token