Changed runner VM to Ubuntu 22.04

This commit is contained in:
John Davidson (Ivan Davidov) 2022-06-10 15:49:43 +03:00 committed by GitHub
parent 344b5af994
commit 6f3a76262e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: 'MLL With Integration Tests'
on: 'workflow_dispatch'
jobs:
mll-with-tests:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04' # revert back to 'ubuntu-latest' when 22.04 is no longer in public beta
steps:
- uses: actions/checkout@v2
- name: 'Apply Workflow Patches'