Update GitHub Actions to use Ubuntu 22.04 for testing (#9677)

This commit is contained in:
JAEGYUN JUNG 2025-04-03 02:35:29 +09:00 committed by GitHub
parent 9b1e8d2d43
commit 3ba8ef967e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ on:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.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