From 2ac35cfd0aed6cd71bbf0e601c1c530c7416b1cc Mon Sep 17 00:00:00 2001 From: mgrojo Date: Mon, 25 Mar 2024 13:22:42 +0100 Subject: [PATCH] Revert "Use ubuntu-lts instead of specific version" This reverts commit 0adcfcc693cddbca366556ceef298bfb63a68445. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7a86f4..3514af3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - os: [ubuntu-lts, ubuntu-latest] + os: [ubuntu-20.04, ubuntu-latest] steps: - name: Checkout @@ -39,7 +39,7 @@ jobs: release: name: Continuous AppImage - runs-on: ubuntu-lts + runs-on: ubuntu-20.04 steps: - name: Delete 'continuous' release and tag uses: dev-drprasad/delete-tag-and-release@v1.0