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
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
check:
name: Post release checks
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Wait for desktop packaging
uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork