Skip to content

Commit

Permalink
Use self-hosted runners for build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Aug 10, 2023
1 parent 7050149 commit 244c9af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ on:
description: 'WalletConnect project id'
required: true
push:
branches: [ main ]
branches:
- main
- fix/ci/build-artifacts

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 244c9af

Please sign in to comment.