Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7713668

Browse files
authoredSep 24, 2024··
Use macos-latest runner for macOS ARM build (#2513)
1 parent 16bc1a4 commit 7713668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ env:
113113
name: macOS_X86-64_dmg
114114
- path: '*macOS_64bit.zip'
115115
name: macOS_X86-64_zip
116-
PAID_RUNNER_BUILD_DATA: |
117116
- config:
118117
name: macOS ARM
119-
runs-on: macos-latest-xlarge
118+
runs-on: macos-latest
120119
container: |
121120
null
122121
certificate-secret: APPLE_SIGNING_CERTIFICATE_P12

0 commit comments

Comments
 (0)
Please sign in to comment.