Pin GHA to ubuntu 22 (#1920)

while we work out why 24 fails
This commit is contained in:
David Baker
2024-10-14 13:38:13 +01:00
committed by GitHub
parent 53f2884ce0
commit 60d28ca3d8
9 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
backport:
name: Backport
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Only react to merged PRs for security reasons.
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
if: >