Skip to content

Commit

Permalink
fix test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Aug 9, 2024
1 parent b64ae16 commit 1015a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:

jobs:
converter:
runs-on: windows-4090
runs-on: windows-amd
steps:
- name: Checkout
uses: actions/checkout@v4 # v4.1.7
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4 # v5.1.1
with:
python-version: '3.10'
python-version: '3.12'
architecture: 'x64'

- name: Cache Python packages
Expand Down

0 comments on commit 1015a5c

Please sign in to comment.