1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Merge pull request #1463 from ailin-nemui/github-ubuntu

update github workflows ubuntu
This commit is contained in:
ailin-nemui 2023-04-04 13:29:32 +00:00 committed by GitHub
commit a8a2460531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,12 +34,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]
builder: [meson]
compiler: [clang, gcc]
flags: [regular]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
builder: meson
meson_ver: ==0.53.2
setuptools_ver: <51