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:
Loïc Hoguin 2024-10-16 16:14:07 +02:00
parent e4d20bba51
commit 8571ead735
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 1 additions and 1 deletions

View File

@ -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