mirror of
https://github.com/coturn/coturn.git
synced 2025-11-06 18:00:59 +01:00
Lock runner version on ubuntu 20.04 so we get openssl-1.1.1
This commit is contained in:
parent
9d3a649ede
commit
9d412d86b6
2
.github/workflows/cmake.yaml
vendored
2
.github/workflows/cmake.yaml
vendored
@ -12,7 +12,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user