Skip to content

Commit

Permalink
Add osx-arm64 release target
Browse files Browse the repository at this point in the history
  • Loading branch information
rageagainsthepc committed Nov 15, 2023
1 parent f2e1e96 commit b1cf994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
dotnet-platform: linux-x64
- os: windows-latest
dotnet-platform: win-x64
- os: macos-latest
dotnet-platform: osx-x64

steps:
- uses: actions/checkout@v2
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
dotnet-platform: linux-x64
- os: windows-latest
dotnet-platform: win-x64
- os: macos-latest
dotnet-platform: osx-x64
dotnet-platform: [linux-x64, win-x64, osx-x64, osx-arm64]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b1cf994

Please sign in to comment.