chore: update github actions ubuntu to 20.04

This commit is contained in:
Audric Ackermann 2023-04-05 14:18:24 +10:00
parent 94dee23371
commit 9310b43394
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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