We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cef16 commit 8664696Copy full SHA for 8664696
1 file changed
.github/workflows/CI.yml
@@ -117,10 +117,12 @@ jobs:
117
strategy:
118
matrix:
119
platform:
120
- - runner: macos-13
121
- target: x86_64
+ - runner: macos-latest
+ target: aarch64
122
- runner: macos-14
123
target: aarch64
124
+ - runner: macos-14
125
+ target: x86_64
126
steps:
127
- uses: actions/checkout@v4
128
- uses: actions/setup-python@v5
0 commit comments