Skip to content

Commit

Permalink
Explicit choose macos-13 for Intel runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Apr 23, 2024
1 parent 6175f53 commit ad42abf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ concurrency:
jobs:
run_test_suite:
name: ${{ matrix.os }}-py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 60
env:
CONDA_NUMBER_CHANNEL_NOTICES: 0
PYTHONUNBUFFERED: 1
strategy:
fail-fast: false
matrix:
os: [windows, ubuntu, macos]
os: [windows-latest, ubuntu-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos
- os: macos-13
python-version: "3.11"
- os: macos
- os: macos-13
python-version: "3.10"
- os: macos
- os: macos-13
python-version: "3.9"

steps:
Expand Down

0 comments on commit ad42abf

Please sign in to comment.