Changed runner VM to Ubuntu 22.04
This commit is contained in:
parent
344b5af994
commit
6f3a76262e
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
@ -2,7 +2,7 @@ name: 'MLL With Integration Tests'
|
|||||||
on: 'workflow_dispatch'
|
on: 'workflow_dispatch'
|
||||||
jobs:
|
jobs:
|
||||||
mll-with-tests:
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: 'Apply Workflow Patches'
|
- name: 'Apply Workflow Patches'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user