We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a24fae commit c2f6435Copy full SHA for c2f6435
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
macos-native:
42
name: "x86_64: macOS Ventura"
43
# See: https://github.com/actions/runner-images#available-images.
44
- runs-on: macos-13
+ runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528
45
46
env:
47
ASM: 'no'
0 commit comments