Use Ubuntu 22 in CI

This commit is contained in:
Fedor Indutny
2025-01-17 09:24:19 -08:00
committed by GitHub
parent aa6bf51189
commit efd54ee8a4
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
linux:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-22.04-8-cores
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && (!github.event.schedule || github.ref == 'refs/heads/main') }}
timeout-minutes: 30