mirror of
https://github.com/irssi/irssi.git
synced 2025-06-30 22:18:06 -04:00
Merge pull request #1561 from ailin-nemui/ghactions
update to ubuntu 22.04 in github actions
This commit is contained in:
commit
39d15558d2
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -61,12 +61,12 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-latest]
|
||||
os: [ubuntu-22.04, ubuntu-latest]
|
||||
compiler: [clang, gcc]
|
||||
flags: [regular]
|
||||
setuptools_ver: [<66]
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
meson_ver: ==0.53.2
|
||||
setuptools_ver: <51
|
||||
- os: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user