Skip to content

Commit 8571ead

Browse files
committed
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.
1 parent e4d20bb commit 8571ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
test:
2222
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
timeout-minutes: 30
2525
steps:
2626
- name: CHECKOUT REPOSITORY

0 commit comments

Comments
 (0)