Skip to content

Commit

Permalink
change version and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker-shyam committed Jan 30, 2024
1 parent ac1cc37 commit e824da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: first workflow
on: [push]
jobs:
check-python-version:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: use latest commit
uses: actions/checkout@v3

- name: use particular python version
uses: actions/setup-python@v3
with:
python-version: 3.13.0
python-version: 3.6

- name: Check version
run: python --version

0 comments on commit e824da4

Please sign in to comment.