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

Fix issues with CI #17

Merged
merged 4 commits into from
Aug 8, 2023
Merged

Fix issues with CI #17

merged 4 commits into from
Aug 8, 2023

Conversation

mrbiggred
Copy link
Member

The CI has not been updated in a while and was not passing. Now it does pass.

The commit updates the runs-on field in the CI workflow from "macos-latest" to "macos-12". This change ensures that the workflow runs on macOS version 12. Additionally, it adds a step to install .NET 6.0 using actions/setup-dotnet@v3.
The code changes update the minimum iOS version in the Info.plist file from an empty string to "16.0". This ensures that the app requires at least iOS 16.0 to run properly.
@mrbiggred mrbiggred added this to the v2.0.0 milestone Aug 8, 2023
@mrbiggred mrbiggred self-assigned this Aug 8, 2023
@mrbiggred mrbiggred merged commit a8af9b5 into master Aug 8, 2023
1 check passed
@mrbiggred mrbiggred deleted the devops/update-ci branch August 8, 2023 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant