Skip to content

Commit

Permalink
replaced all instances of M1 runners with Github M1 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 authored Feb 16, 2024
1 parent bfc51ca commit 1a792ff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ on:

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

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ env:
PACKAGE_VERSION: ${{ github.event.pull_request.title }}
jobs:
set-user-agent:
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:

prepare:
needs: authorize
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -36,8 +35,7 @@ jobs:

test:
needs: prepare
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [ published ]
jobs:
set-user-agent:
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:

jobs:
build:
runs-on:
group: apple-silicon
runs-on: macos-latest-xlarge

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1a792ff

Please sign in to comment.