Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Oct 18, 2024
1 parent 585e56e commit 044c750
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,26 @@ jobs:
architecture:
- x86
- x64
- arm64
include:
- platform: Linux
os: ubuntu-latest
- platform: macOS
os: macos-latest
- platform: macOS
os: macos-13
architecture: x64
- platform: Windows
os: windows-latest
exclude:
- platform: Linux
architecture: x86
- platform: Linux
architecture: arm64
- platform: macOS
architecture: x86
- platform: Windows
architecture: arm64
fail-fast: false
name: Python ${{ matrix.python-version }} (${{ matrix.architecture }}) on ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 044c750

Please sign in to comment.