Make CI: Use ubuntu-22.04 for the time being
There are .NET related issues in 24 that we don't want to look at right now.
This commit is contained in:
parent
e4d20bba51
commit
8571ead735
|
@ -20,7 +20,7 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: CHECKOUT REPOSITORY
|
||||
|
|
Loading…
Reference in New Issue