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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
|
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: CHECKOUT REPOSITORY
|
- name: CHECKOUT REPOSITORY
|
||||||
|
|
Loading…
Reference in New Issue