Skip to content

Commit

Permalink
chore: update GH Action runners to use macos-130-large
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi committed Apr 10, 2024
1 parent 3f1dc8d commit 3acb4ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-13-large
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand All @@ -21,4 +21,3 @@ jobs:
use-xcframeworks: true
- name: Fastlane iOS Tests
run: fastlane ios tests

2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-13-large
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tvos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-13-large
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand All @@ -20,4 +20,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
- name: Fastlane tvOS Tests
run: fastlane tvos tests
run: fastlane tvos tests
2 changes: 1 addition & 1 deletion .github/workflows/watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-13-large
steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand Down

0 comments on commit 3acb4ff

Please sign in to comment.