Skip to content

Commit 9e8ad23

Browse files
Update 3.13-test.yml
1 parent 908e867 commit 9e8ad23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/3.13-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: ["3.9"]
12-
os: [macos-latest]
11+
python-version: ["3.12"]
12+
os: [ubuntu-24.04-arm, ubuntu-22.04-arm]
1313

1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
cache: pip
20+
# cache: pip
2121
# architecture: ${{ matrix.arch }}
2222

0 commit comments

Comments
 (0)