Skip to content

Commit

Permalink
Replace x64-based Mac support with ARM-based Mac support (#1528) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Sep 24, 2023
1 parent 08f3a7d commit 9f42e8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
build:
- win-x64
- linux-x64
- osx-x64
- osx-arm64
include:
- build: win-x64
os: windows-latest
Expand All @@ -52,7 +52,7 @@ jobs:
archive_type: tar
archive_extension: .tgz
asset_content_type: application/gzip
- build: osx-x64
- build: osx-arm64
os: macos-latest
archive_type: tar
archive_extension: .tgz
Expand Down
2 changes: 1 addition & 1 deletion ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
<ApplicationIcon>thumbnail.ico</ApplicationIcon>
<LangVersion>11</LangVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishDir>..\Publish\ImperatorToCK3\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
Expand Down

0 comments on commit 9f42e8d

Please sign in to comment.