mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
test.yml -> combine x86_64 and macos-arm64 into a single job
This commit is contained in:
parent
875f33507f
commit
e9bef21e30
1 changed files with 2 additions and 23 deletions
25
.github/workflows/test.yml
vendored
25
.github/workflows/test.yml
vendored
|
|
@ -3,7 +3,7 @@ name: tests
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
tests_x86_64:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -12,28 +12,7 @@ jobs:
|
||||||
# "3.11",
|
# "3.11",
|
||||||
"3.12",
|
"3.12",
|
||||||
]
|
]
|
||||||
os: [macos-13, ubuntu-latest, windows-latest]
|
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: ./.github/actions/setup/
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- name: test
|
|
||||||
run: |
|
|
||||||
python -m pytest
|
|
||||||
|
|
||||||
tests_arm64:
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
python-version: [
|
|
||||||
"3.10",
|
|
||||||
"3.11",
|
|
||||||
"3.12"
|
|
||||||
]
|
|
||||||
os: [macos-14]
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue