Update GH release action to Ubuntu 22.04 #1342 (#1343)

This commit is contained in:
Jaifroid 2025-04-22 07:50:10 +01:00 committed by GitHub
parent 0c447db018
commit bdf763aeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: