mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Use Ubuntu 22 in CI
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user