Skip to content

Commit

Permalink
test.yaml の更新
Browse files Browse the repository at this point in the history
mac x64 arm64
  • Loading branch information
sabonerune authored Dec 22, 2024
1 parent 7af0948 commit 4dc3fe9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,21 @@ jobs:
matrix:
os: [ "ubuntu-latest", "ubuntu-20.04", "windows-latest", "windows-2019", "macos-latest", "macos-13"]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
python-architecture: [x64]
include:
- os: macos-latest
python-architecture: x64
- os: macos-latest
python-architecture: arm64
exclude:
- os: macos-latest
python-version: "3.8"
python-architecture: x64
- os: macos-latest
python-version: "3.9"
python-architecture: x64
- os: macos-latest
python-version: "3.10"
python-architecture: x64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4dc3fe9

Please sign in to comment.