Merge pull request #71 from raulsntos/update-ci

Update CI to use `ubuntu-22.04`
This commit is contained in:
Raul Santos
2025-06-27 19:45:28 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2