Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d7fd01

Browse files
committed
Added ARM64 build for Mac
1 parenta5f4438 commit4d7fd01

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎.github/workflows/main.yml‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ jobs:
3939
-name:Run build script
4040
run:dotnet-script build/Build.csx
4141

42+
build-mac-arm:
43+
runs-on:macos-26-arm64
44+
45+
steps:
46+
-uses:actions/checkout@v3
47+
-name:Install .Net Core
48+
uses:actions/setup-dotnet@v3
49+
with:
50+
dotnet-version:|
51+
8.0.x
52+
9.0.x
53+
include-prerelease:true
54+
-name:Install dotnet-script
55+
run:dotnet tool install dotnet-script --global
56+
57+
-name:Run build script
58+
run:dotnet-script build/Build.csx
59+
4260
build-windows:
4361
runs-on:windows-latest
4462

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp