From bdf763aeee0c1d285f45601371279b4057e6c082 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 22 Apr 2025 07:50:10 +0100 Subject: [PATCH] Update GH release action to Ubuntu 22.04 #1342 (#1343) --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index a82795df..3a702c56 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -31,7 +31,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: