Skip to content

Commit

Permalink
[FB] Github Actions | Dowmgrade Python
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 6, 2024
1 parent d8d3372 commit 277fd2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macOS-generate-profile-data-and-jarlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
path: ~/downloads/artifacts

- uses: actions/setup-python@v5
if: ${{ env.ARCH_TYPE == 'x86_64' }}
with:
python-version: '3.11'
python-version: '3.10'

- name: setup environment 🌲
run: |
Expand Down

0 comments on commit 277fd2b

Please sign in to comment.