Skip to content
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

MacOS CI builds: use MacOS-13 instead of the deprecated MacOS-12 #651

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

Lgt2x
Copy link
Member

@Lgt2x Lgt2x commented Nov 26, 2024

Pull Request Type

  • GitHub Workflow changes
  • Documentation or Wiki changes
  • Build and Dependency changes
  • Runtime changes
    • Render changes
    • Audio changes
    • Input changes
    • Network changes
    • Other changes

Description

Related Issues

See actions/runner-images#10721

@@ -26,7 +26,7 @@ jobs:
cc: cl
cxx: cl
name: Windows-x64
- runner: macos-12 # This is supposed to be Intel for now, and what macos-latest is defaulting to for some reason (as of 04/2024)
- runner: macos-3 # Should be Intel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- runner: macos-3 # Should be Intel
- runner: macos-13 # Should be Intel

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, fixed

Copy link
Contributor

@halprin halprin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks out. Both the debug and release versions marked as Intel say they are x86_64 applications.

@Lgt2x Lgt2x merged commit 1803f66 into DescentDevelopers:main Nov 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants