Skip to content

Commit

Permalink
Merge pull request #23 from b00t0x/v2
Browse files Browse the repository at this point in the history
v2, Arrow Lake support
  • Loading branch information
b00t0x authored Jan 4, 2025
2 parents 6396a83 + e451e16 commit f6d6b37
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 199 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
env:
JOB_TYPE: BUILD
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: acidanthera/MacKernelSDK
path: MacKernelSDK
Expand All @@ -33,7 +33,7 @@ jobs:
- run: xcodebuild -jobs 1 -configuration Release

- name: Upload to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/*/*.zip
Expand Down
4 changes: 2 additions & 2 deletions CpuTopologyRebuild.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
MODULE_VERSION = 1.1.1;
MODULE_VERSION = 2.0.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -453,7 +453,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
MARKETING_VERSION = "$(MODULE_VERSION)";
MODULE_NAME = org.vanilla.driver.CpuTopologyRebuild;
MODULE_VERSION = 1.1.1;
MODULE_VERSION = 2.0.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
Loading

0 comments on commit f6d6b37

Please sign in to comment.