Skip to content

Commit

Permalink
change python version to make mac work
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 24, 2024
1 parent 29220ec commit fe67cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Python 3.7
- name: Use Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.10

# - name: Setup Cpp ${{ matrix.compiler }}
# uses: aminya/setup-cpp@v1
Expand Down

0 comments on commit fe67cc9

Please sign in to comment.