CI: Update ubuntu version (#5598)

master
Adam Essemaali 2022-08-22 08:54:08 +02:00 committed by ocornut
parent cdebd70e15
commit 7f4b477d2e
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
PVS-Studio:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
with:
@ -46,7 +46,7 @@ jobs:
plog-converter -a 'GA:1,2;OP:1' -d V1071 -t errorfile -w pvs-studio.log
Discord-CI:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [PVS-Studio]
if: always()
steps: