Skip to content

Commit 7cda9af

Browse files
mikeagemikeskydev
andauthored
Add arm64 to cert generation (#829)
add arm64 to cert generation Co-authored-by: Mike Nisbet <me@mikesky.dev>
1 parent dab0193 commit 7cda9af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/generate_certs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
generate_certs:
15+
name: Generate Certs
1516
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1617
runs-on: macos-latest
1718
steps:

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ GEM
223223
PLATFORMS
224224
x86_64-darwin-23
225225
x86_64-linux
226+
arm64-darwin-23
226227

227228
DEPENDENCIES
228229
fastlane

0 commit comments

Comments
 (0)