Skip to content

Commit

Permalink
Make CI: Use ubuntu-22.04 for the time being
Browse files Browse the repository at this point in the history
There are .NET related issues in 24 that we don't
want to look at right now.
  • Loading branch information
lhoguin committed Oct 16, 2024
1 parent e4d20bb commit 8571ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8571ead

Please sign in to comment.