Move entry point macros to separate header (#1120)

* Move entry point macros to separate header

* Minor code cleanup

* Updated macos CI
This commit is contained in:
Sascha Willems 2024-07-03 21:28:20 +02:00 committed by GitHub
parent 4d2117d3d9
commit c598b1e7ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 212 additions and 176 deletions

View file

@ -43,7 +43,7 @@ jobs:
build_macOS:
name: Build macOS
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with: