We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cb79b commit c3f2c7eCopy full SHA for c3f2c7e
.github/workflows/test.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- # macos-13 is intel-based, latest is arm
21
- os: [ubuntu-latest, windows-latest, macos-13, macos-14]
+ # macos-latest is arm
+ os: [ubuntu-latest, windows-latest, macos-latest]
22
python-version: ["3.10", "3.11", "3.12"]
23
24
name: OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
0 commit comments