Merge pull request #1473 from Bilb/force-ubuntu-18.04

force ubuntu 18.04 for workflows (issue with glibc being too recent)
pull/1474/head
Audric Ackermann 4 years ago committed by GitHub
commit ce3b6218d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-2016, macos-latest, ubuntu-latest] os: [windows-2016, macos-latest, ubuntu-18.04]
env: env:
SIGNAL_ENV: production SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-2016, macos-latest, ubuntu-latest] os: [windows-2016, macos-latest, ubuntu-18.04]
env: env:
SIGNAL_ENV: production SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-2016, macos-latest, ubuntu-latest] os: [windows-2016, macos-latest, ubuntu-18.04]
env: env:
SIGNAL_ENV: production SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -2,7 +2,7 @@
"name": "session-desktop", "name": "session-desktop",
"productName": "Session", "productName": "Session",
"description": "Private messaging from your desktop", "description": "Private messaging from your desktop",
"version": "1.4.8", "version": "1.4.9",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": { "author": {
"name": "Loki Project", "name": "Loki Project",

Loading…
Cancel
Save