From efd54ee8a4e9a8daf52dcc813d27fba5c94a34f8 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:24:19 -0800 Subject: [PATCH] Use Ubuntu 22 in CI --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 647e8c986b..7d187f173c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ea294858c..bafcb5ae0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: lint: - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-22.04-8-cores timeout-minutes: 30 steps: @@ -133,7 +133,7 @@ jobs: linux: needs: lint - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-22.04-8-cores timeout-minutes: 30 steps: @@ -301,7 +301,7 @@ jobs: sticker-creator: name: Sticker Creator - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-22.04-8-cores timeout-minutes: 30 defaults: @@ -337,7 +337,7 @@ jobs: mock-tests: needs: lint - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-22.04-8-cores if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }} timeout-minutes: 30