We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d3633 commit fb55e39Copy full SHA for fb55e39
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: False
54
matrix:
55
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest, macos-latest, macos-14 ]
56
steps:
57
- name: Checkout repository
58
uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
90
runs-on: ${{ matrix.os }}
91
92
93
- os: [ windows-latest, ubuntu-latest, macos-latest ]
+ os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ]
94
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
95
96
0 commit comments