Skip to content

Commit 24b8a73

Browse files
committed
Test on MacOS Arm, and both Ubuntu 22.04 & 24.04
1 parent def9580 commit 24b8a73

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/run_tests_and_hooks.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
- uses: pre-commit/[email protected]
1919

20-
run_tests_in_containers:
20+
test_on_old_Pythons:
2121
strategy:
2222
fail-fast: false
2323
matrix:
@@ -27,11 +27,6 @@ jobs:
2727
"3.6",
2828
"3.7",
2929
"3.8",
30-
"3.9",
31-
"3.10",
32-
"3.11",
33-
"3.12",
34-
"3.13.0a2",
3530
]
3631

3732
runs-on: ubuntu-latest
@@ -55,13 +50,17 @@ jobs:
5550
"3.11",
5651
"3.12",
5752
"3.13.0-rc.2",
58-
"3.14.0-alpha.0"
5953
]
6054
os: [
61-
"macos-12",
55+
"macos-latest",
56+
"macos-latest-large",
57+
"ubuntu-latest",
6258
"ubuntu-24.04",
63-
"windows-2022",
59+
"windows-latest",
6460
]
61+
include:
62+
- os: ubuntu-24.04
63+
python-version: "3.14.0-alpha.0"
6564

6665
runs-on: ${{ matrix.os }}
6766
steps:

0 commit comments

Comments
 (0)