Skip to content

Commit 25ad8de

Browse files
committed
Ensure macos targets arm64
1 parent e77c598 commit 25ad8de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
./artifacts/pkg/**/*
4949
./artifacts/tst/**/*
5050
if-no-files-found: error
51-
macos-x64:
51+
macos-arm64:
5252
runs-on: ${{ matrix.os }}-latest
5353
strategy:
5454
matrix:
55-
architecture: [ x64 ]
55+
architecture: [ arm64 ]
5656
configuration: [ debug, release ]
5757
os: [ macos ]
5858
steps:
@@ -153,7 +153,7 @@ jobs:
153153
publish-nightlies-azure:
154154
runs-on: ubuntu-latest
155155
if: ${{ github.event_name == 'push' }}
156-
needs: [ windows-x64, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
156+
needs: [ windows-x64, linux-x64, macos-arm64, sign-nuget-preview, sign-nuget-release ]
157157
steps:
158158
- uses: actions/download-artifact@v4
159159
with:
@@ -169,7 +169,7 @@ jobs:
169169
publish-nightlies-github:
170170
runs-on: ubuntu-latest
171171
if: false
172-
needs: [ windows-x64, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
172+
needs: [ windows-x64, linux-x64, macos-arm64, sign-nuget-preview, sign-nuget-release ]
173173
steps:
174174
- uses: actions/download-artifact@v4
175175
with:

0 commit comments

Comments
 (0)