Chore: Update GitHub Actions to use Ubuntu 22.04 for testing

This commit is contained in:
tgoddessana 2025-04-02 02:48:38 +09:00
parent ffadde930e
commit a04a497b83

View File

@ -9,7 +9,7 @@ on:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix: