Skip to content

Commit a85ef95

Browse files
authored
use xlarge runners for macos release (#1325)
1 parent a6666cc commit a85ef95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ jobs:
138138
matrix:
139139
settings:
140140
- target: x86_64-apple-darwin
141-
runner: macos-latest-large
141+
runner: macos-latest-xlarge
142142
- target: aarch64-apple-darwin
143-
runner: macos-latest-large
143+
runner: macos-latest-xlarge
144144
- target: x86_64-pc-windows-msvc
145145
runner: windows-latest
146146
env:
@@ -155,13 +155,13 @@ jobs:
155155
run: echo "${{ secrets.APPLE_API_KEY_FILE }}" > api.p8
156156

157157
- uses: apple-actions/import-codesign-certs@v2
158-
if: ${{ matrix.settings.runner == 'macos-latest-large' }}
158+
if: ${{ matrix.settings.runner == 'macos-latest-xlarge' }}
159159
with:
160160
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
161161
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
162162

163163
- name: Verify certificate
164-
if: ${{ matrix.settings.runner == 'macos-latest-large' }}
164+
if: ${{ matrix.settings.runner == 'macos-latest-xlarge' }}
165165
run: security find-identity -v -p codesigning ${{ runner.temp }}/build.keychain
166166

167167
- name: Rust setup

0 commit comments

Comments
 (0)