Skip to content

Commit 6d6a094

Browse files
Update cache-poetry.yml
1 parent b9daf39 commit 6d6a094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cache-poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm]
13+
os: [windows-11-arm]
1414

1515

1616
steps:
@@ -24,7 +24,7 @@ jobs:
2424
id: python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.13.6"
2828
cache: 'poetry'
2929

3030

0 commit comments

Comments
 (0)