Update github builders to ubuntu 22.04 default

This commit is contained in:
Matt Johnston 2022-11-10 11:15:20 +08:00
parent cdc83ad98a
commit cdaf52aead
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
- master
jobs:
build:
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
strategy:
matrix:
# XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996

View File

@ -5,7 +5,7 @@ on:
- master
jobs:
tarball:
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v2