Skip to content

Commit

Permalink
Update test-python-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Dec 18, 2024
1 parent 331d55b commit b40b53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
steps:
- name: Setup Python ${{ github.event.inputs.version }}
uses: actions/setup-python@main
Expand All @@ -31,4 +31,4 @@ jobs:
shell: pwsh

- name: Run simple code
run: python -c 'import math; print(math.factorial(5))'
run: python -c 'import math; print(math.factorial(5))'

0 comments on commit b40b53a

Please sign in to comment.