Skip to content

Commit 1b0aefa

Browse files
authored
Merge pull request #90 from BaseMC/develop
Release
2 parents 687a014 + 4ae9642 commit 1b0aefa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: [build_release]
5555
strategy:
5656
matrix:
57-
os: [win-x64, linux-x64, osx-x64]
57+
os: [win-x64, linux-x64, osx-x64, linux-arm64]
5858
configuration: [Release]
5959
project: [Aves]
6060

@@ -70,10 +70,10 @@ jobs:
7070
- name: Unzip ADB
7171
run: unzip temp_artf/ADB/ADB.zip -d build
7272

73-
- name: Setup .NET Core
73+
- name: Setup .NET
7474
uses: actions/setup-dotnet@v4
7575
with:
76-
dotnet-version: 3.1
76+
dotnet-version: 8.x
7777

7878
- name: Publish ${{ matrix.os }} ${{ matrix.configuration }} - dotnet publish
7979
working-directory: src/${{ matrix.project }}

0 commit comments

Comments
 (0)