Skip to content

Commit

Permalink
chore: update ubuntu runner version (#2435)
Browse files Browse the repository at this point in the history
* chore: update ubuntu runner version

* upgrade python version
  • Loading branch information
gary-van-woerkens authored and Viczei committed Feb 19, 2025
1 parent 1722f7e commit 8066012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
name: Tests
jobs:
check-all:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9.7'
python-version: '3.9.21'

- name: Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8066012

Please sign in to comment.