Skip to content

Commit

Permalink
DEBUG: Simplify ci to just macos
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 13, 2024
1 parent 39e8267 commit 3289bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
runs-on: [ubuntu-latest, macos-13, macos-latest]
python-version: ["3.12"]
runs-on: [macos-13, macos-latest]
arch: [auto64]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-latest]
os: [macos-13, macos-latest]
python: [312]
arch: [auto64]

Expand Down

0 comments on commit 3289bd8

Please sign in to comment.