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 f9084d8 commit b8f6016Copy full SHA for b8f6016
.github/workflows/testing.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- os: ["ubuntu-latest", "macos-12"]
+ os: ["ubuntu-latest", "macos-latest"]
42
python-version: ["3.8", "3.9", "3.10", "3.11"]
43
44
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
0 commit comments