mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 22:12:00 -08:00
bump GitHub Actions OS (#3341)
This commit is contained in:
parent
31c522bf5e
commit
3e7cc0470f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/bump_hls_js.yml
vendored
2
.github/workflows/bump_hls_js.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
bump_hls_js:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
2
.github/workflows/issue_lint.yml
vendored
2
.github/workflows/issue_lint.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
issue_lint:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
2
.github/workflows/issue_lock.yml
vendored
2
.github/workflows/issue_lock.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
issue_lock:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue