Skip to content

Commit

Permalink
Switch to Python 3.9 for GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lavin <[email protected]>
  • Loading branch information
clavin-xlnx committed Jan 15, 2025
1 parent 8c33a66 commit b74c670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
java-version: '11'
cache: 'gradle'

- name: Setup Python 3.13.1
- name: Setup Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.13.1
python-version: 3.9

- name: Cache Jars & Data
id: cache-rapidwright
Expand Down

0 comments on commit b74c670

Please sign in to comment.