Skip to content

Commit

Permalink
test: gh large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Feb 28, 2024
1 parent c7c79dd commit 055c8e5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Build Native Previews

on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'packages/native-ui/**'
- 'apps/native-ui-storybook/**'
- push
# pull_request:
# types: [opened, synchronize, reopened]
# paths:
# - 'packages/native-ui/**'
# - 'apps/native-ui-storybook/**'
env:
CI: true

jobs:
build-for-android:
runs-on: macos-13
runs-on: macos-13-xlarge
concurrency:
group: preview-android-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
platform: 'android'

build-for-ios:
runs-on: macos-13
runs-on: macos-13-xlarge
concurrency:
group: preview-ios-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 055c8e5

Please sign in to comment.