Skip to content

Commit

Permalink
update python to 3.10
Browse files Browse the repository at this point in the history
set OS to ubuntu 24.04
  • Loading branch information
92username authored Dec 16, 2024
1 parent 004deff commit 90e7c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout code
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 90e7c7a

Please sign in to comment.