1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-02 07:50:59 +01:00

Lock runner version on ubuntu 20.04 so we get openssl-1.1.1

This commit is contained in:
Pavel Punsky 2022-08-25 20:00:11 -07:00
parent 9d3a649ede
commit 9d412d86b6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install dependencies

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install dependencies