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 af8c026 commit 8ebcfa2Copy full SHA for 8ebcfa2
.github/workflows/cd.yml
@@ -92,6 +92,8 @@ jobs:
92
arch: "ARM64"
93
test-skip: "*-win_arm64"
94
95
+ - os: macos-14
96
+ arch: "arm64"
97
steps:
98
- uses: actions/checkout@v4
99
with:
.github/workflows/ci.yml
@@ -75,6 +75,10 @@ jobs:
75
fail-fast: false
76
matrix:
77
include:
78
+ - runs-on: macos-14
79
+ python-version: cp312
80
81
+
82
- runs-on: windows-latest
83
python-version: cp312
84
0 commit comments