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:
fail-fast: false
matrix:
os: [windows-2016, macos-latest, ubuntu-latest]
os: [windows-2016, macos-latest, ubuntu-18.04]
env:
SIGNAL_ENV: production
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

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

@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.4.8",
"version": "1.4.9",
"license": "GPL-3.0",
"author": {
"name": "Loki Project",
@ -333,4 +333,4 @@
"!dev-app-update.yml"
]
}
}
}

Loading…
Cancel
Save