Updated ubuntu on the runner

This commit is contained in:
budi 2025-04-28 11:09:42 +02:00
parent eb91462bd4
commit 7abe6c19d8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
run_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.8"]

View File

@ -10,7 +10,7 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout the repo
uses: actions/checkout@v4