Skip to content

Commit

Permalink
Merge pull request #1023 from WalletConnect/fix/ci/build-artifacts
Browse files Browse the repository at this point in the history
[CI] Use self-hosted runners for build artifacts
  • Loading branch information
radeknovis committed Aug 10, 2023
2 parents 7050149 + f912e54 commit b827b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ on:
description: 'WalletConnect project id'
required: true
push:
branches: [ main ]
branches:
- main

jobs:
build:
runs-on: macos-12
runs-on:
group: apple-silicon
timeout-minutes: 15

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on:
group: apple-silicon
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b827b30

Please sign in to comment.