mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Update github builders to ubuntu 22.04 default
This commit is contained in:
parent
cdc83ad98a
commit
cdaf52aead
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996
|
# XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996
|
||||||
|
2
.github/workflows/tarball.yml
vendored
2
.github/workflows/tarball.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
tarball:
|
tarball:
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user