Skip to content

Commit

Permalink
macos-13 is X64, others are ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 5, 2024
1 parent aaa200e commit faabac1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/macOS_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-15, macos-14, macos-13, macos-15-large, macos-14-large, macos-13-large, macos-latest]
# arch: [arm64, x64]
os: [macos-15, macos-14, macos-13, macos-latest]
# arch: [ARM64, X64] # macos-13 is X64, others are ARM64
runs-on: ${{ matrix.os }}
steps:
- name: ${{ runner.os }} on ${{ runner.arch }}
run: |
echo "${{ runner.os }} on ${{ runner.arch }}"
echo ${{ runner.os }} on ${{ runner.arch }}
- name: ${{ runner.os }} (${{ matrix.os }}) on ${{ runner.arch }}
run: echo ${{ runner.os }} (${{ matrix.os }}) on ${{ runner.arch }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit faabac1

Please sign in to comment.