Merge pull request #2148 from binaryFate/update_os_version_for_workflow

Update OS for the workflow checking hashes to ubuntu 22.04
This commit is contained in:
binaryFate 2023-04-10 15:16:08 +02:00 committed by GitHub
commit 9ea134cd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ on:
jobs:
validate-hashes:
name: Validate Hashes
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies