Skip to content

Commit

Permalink
Update ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Aug 7, 2024
1 parent 7549714 commit 1431b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
os: [macos-latest, ubuntu-20.04]
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v2
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.12
- name: Compile
run: |
env
Expand Down

0 comments on commit 1431b64

Please sign in to comment.