-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed compile issue on macOS 12 #171
Conversation
Oh, I need to check it https://github.com/Code-Hex/vz/actions/runs/11675552277/job/32510321947?pr=171 |
.github/workflows/compile.yml
Outdated
@@ -28,6 +28,8 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
os: | |||
- macos-11 # Intel | |||
- macos-12 # Intel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macos-11 is already dead and 12 will be removed soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks information! I didn't know that.
It's tough to lose the means of detecting the problems that occurred this time.
33c300f
to
0965e8e
Compare
This reverts commit 7dd8e41.
added build stage for macOS 11 and 12
Which issue(s) this PR fixes:
Relate #170
Additional documentation