Merge branch 'ci_ubuntu2204' into 0.2.x
Some checks failed
Build DATUM Gateway / build (ubuntu-22.04) (push) Has been cancelled
Build DATUM Gateway / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Luke Dashjr 2025-04-15 10:58:35 +00:00
commit 0d1fa6006f
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -4,15 +4,16 @@ on:
schedule:
- cron: '0 0 1 * *'
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code