Skip to content

Commit dd4f852

Browse files
authored
[CI] Add ARM runner and bump macos runner python version to 3.12 (#260)
1 parent 5f5438b commit dd4f852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
include:
2222
- os: macos-latest
23-
python-version: "3.10"
23+
python-version: "3.12"
24+
- os: ubuntu-24.04-arm
25+
python-version: "3.12"
2426

2527
steps:
2628
- name: Checkout source

0 commit comments

Comments
 (0)