From a721833e71a6e764c9d65745023ce007c7f32766 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 16 Jun 2024 06:58:23 +0530 Subject: [PATCH] Add ubuntu 24.04 to the git release workflow --- .github/workflows/git-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-release.yml b/.github/workflows/git-release.yml index 2ab5e9f..992c6dd 100644 --- a/.github/workflows/git-release.yml +++ b/.github/workflows/git-release.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-20.04] + os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] steps: - name: Update lists run: |