Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 22, 2024
1 parent 9776410 commit bda9a70
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
ci:
name: ${{ matrix.os.emoji }} - ${{ matrix.python.name }}
name: ${{ matrix.os.emoji }} ${{ matrix.arch.name }} - ${{ matrix.python.name }}
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
strategy:
fail-fast: false
Expand All @@ -38,6 +38,11 @@ jobs:
arm: macos-latest
intel: macos-12
matrix: macos
arch:
- name: ARM
matrix: arm
- name: Intel
matrix: intel
python:
- name: CPython 3.7
action: '3.7'
Expand Down Expand Up @@ -67,6 +72,12 @@ jobs:
matrix: windows
arch:
matrix: arm
- os:
matrix: macos
arch:
matrix: arm
python:
action: '3.7'

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

0 comments on commit bda9a70

Please sign in to comment.