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

Update to Macos-13 runner #582

Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5bcbb33
Update to python 3.9+
pseudo-rnd-thoughts Nov 28, 2024
9ff0fe3
Attempt update to MacOS 13 and MacOS 14-arm64
pseudo-rnd-thoughts Nov 28, 2024
6a45f48
Update installed packages
pseudo-rnd-thoughts Nov 28, 2024
213d163
Revert cmake changes
pseudo-rnd-thoughts Nov 28, 2024
2963542
Remove deps
pseudo-rnd-thoughts Nov 29, 2024
3fa6eda
Re-add vcpkg install for building wheels
pseudo-rnd-thoughts Nov 29, 2024
227451b
Add setup msbuild on macos
pseudo-rnd-thoughts Nov 29, 2024
09260a8
Remove msbuild setup and add xcode-select install and llvm
pseudo-rnd-thoughts Nov 29, 2024
e63d425
Revert to pre-commit/[email protected]
pseudo-rnd-thoughts Nov 29, 2024
f4bb7a5
Fix pypa/cibuildwheels version and xcode install
pseudo-rnd-thoughts Nov 29, 2024
9912f98
Remove xcode-select install
pseudo-rnd-thoughts Nov 29, 2024
7dde3bd
Remove -y from brew install
pseudo-rnd-thoughts Nov 29, 2024
4eb9150
Add `cmake_policy` and remove `CMAKE_CXX_STANDARD`
pseudo-rnd-thoughts Nov 29, 2024
ad75526
Revert `cmake_policy` and `CMAKE_CXX_STANDARD` and update Python vers…
pseudo-rnd-thoughts Nov 29, 2024
c43e6a3
Add debug to cat the log file
pseudo-rnd-thoughts Jan 7, 2025
79626df
Add new debug
pseudo-rnd-thoughts Jan 8, 2025
eb99997
Update sdl2 version
pseudo-rnd-thoughts Jan 8, 2025
67752e1
Revert sdl2 version change and add cmake flags to disable the error
pseudo-rnd-thoughts Jan 8, 2025
c4b6093
pre-commit
pseudo-rnd-thoughts Jan 8, 2025
360c96e
Update sdl2 version to 2.0.22
pseudo-rnd-thoughts Jan 8, 2025
7e4207b
Update sdl2 version to 2.24.2
pseudo-rnd-thoughts Jan 8, 2025
d8b3f81
Re-enable the rest of the ci
pseudo-rnd-thoughts Jan 8, 2025
009d247
Revert accidental change to sdl2 version, back to 2.24.2
pseudo-rnd-thoughts Jan 8, 2025
7a07559
Update macos-14-arm64 to macos-14
pseudo-rnd-thoughts Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sdl2 version
  • Loading branch information
pseudo-rnd-thoughts committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit eb99997d5c4719ea2420fbe5bc145a2768dd87c8
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@
},
"builtin-baseline": "9aa0d66373ce3a6868d12353d0d4960db0d4bd18",
"overrides": [
{ "name": "sdl2", "version": "2.0.16" }
{ "name": "sdl2", "version": "2.30.11" }
]
}
Loading