Use Ubuntu 22 in CI
This commit is contained in:
parent
aa6bf51189
commit
efd54ee8a4
2 changed files with 5 additions and 5 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -14,7 +14,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
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') }}
|
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' && (!github.event.schedule || github.ref == 'refs/heads/main') }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
|
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-22.04-8-cores
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -133,7 +133,7 @@ jobs:
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-22.04-8-cores
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -301,7 +301,7 @@ jobs:
|
||||||
|
|
||||||
sticker-creator:
|
sticker-creator:
|
||||||
name: Sticker Creator
|
name: Sticker Creator
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-22.04-8-cores
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -337,7 +337,7 @@ jobs:
|
||||||
|
|
||||||
mock-tests:
|
mock-tests:
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-22.04-8-cores
|
||||||
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
|
if: ${{ github.repository == 'signalapp/Signal-Desktop-Private' }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue