We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bc48f commit 2246e08Copy full SHA for 2246e08
.github/workflows/ci.yml
@@ -244,11 +244,11 @@ jobs:
244
matrix:
245
include:
246
- target: aarch64-apple-darwin
247
- os: macos-14
+ os: macos-14 # M1 CPU
248
- target: debian-x86_64
249
os: ubuntu-latest
250
- target: x86_64-apple-darwin
251
+ os: macos-13 # x64 CPU
252
- target: x86_64-pc-windows-msvc
253
os: windows-latest
254
ext: '.exe'
@@ -297,7 +297,7 @@ jobs:
297
298
299
300
+ os: macOS-latest
301
302
303
0 commit comments