Skip to content

Commit

Permalink
Bump Python version in GH Action
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 46cbd89 commit 8c33a66
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.14
- name: Setup Python 3.13.1
uses: actions/setup-python@v5
with:
python-version: 3.14
python-version: 3.13.1

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

0 comments on commit 8c33a66

Please sign in to comment.