Skip to content

Commit

Permalink
Test on MacOS Arm, and both Ubuntu 22.04 & 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 17, 2024
1 parent def9580 commit 24b8a73
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/run_tests_and_hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

run_tests_in_containers:
test_on_old_Pythons:
strategy:
fail-fast: false
matrix:
Expand All @@ -27,11 +27,6 @@ jobs:
"3.6",
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"3.13.0a2",
]

runs-on: ubuntu-latest
Expand All @@ -55,13 +50,17 @@ jobs:
"3.11",
"3.12",
"3.13.0-rc.2",
"3.14.0-alpha.0"
]
os: [
"macos-12",
"macos-latest",
"macos-latest-large",
"ubuntu-latest",
"ubuntu-24.04",
"windows-2022",
"windows-latest",
]
include:
- os: ubuntu-24.04
python-version: "3.14.0-alpha.0"

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 24b8a73

Please sign in to comment.