Skip to content

Commit 7713668

Browse files
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

+1-2
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)