Chore: allow to run on ubuntu-lts

This commit is contained in:
Pieter Vander Vennet 2024-12-03 01:38:46 +01:00
parent 82b8862e07
commit 958370fc8e

View file

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: [ubuntu-latest, ubuntu-22.04]
runs-on: [ubuntu-22.04, ubuntu-latest]
steps:
- uses: actions/checkout@v3