Skip to content

Commit

Permalink
try larger runner #639
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers committed May 17, 2023
1 parent a8bca3b commit 048379f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

test:
needs: build
runs-on: macos-12
runs-on: macos-13-xl
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

lint:
needs: build
runs-on: macos-12
runs-on: macos-13-xl
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:

test:
needs: build
runs-on: macos-12
runs-on: macos-13-xl
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
runs-on: macos-12
runs-on: macos-13-xl
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
setup:

runs-on: macos-12
runs-on: macos-13-xl

outputs:
projects: ${{ steps.envFile.outputs.projects }}
Expand Down

0 comments on commit 048379f

Please sign in to comment.