1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-17 12:00:02 +02:00

.github/workflows/CI.yml: Build for Ubuntu 20.04 and 22.04

This commit is contained in:
Henrik Hautakoski 2022-09-23 11:49:38 +02:00
parent 40b60c19be
commit c5409589b5

View file

@ -11,7 +11,7 @@ jobs:
compile:
strategy:
matrix:
os: [ ubuntu-18.04, macos-latest, windows-latest ]
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}