Chore: Update GitHub Actions to use Ubuntu 24.04 for testing

This commit is contained in:
tgoddessana 2025-04-02 02:56:14 +09:00
parent a04a497b83
commit b7bbc5a260

View File

@ -9,7 +9,7 @@ on:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
@ -50,7 +50,7 @@ jobs:
test-docs:
name: Test documentation links
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4