Skip to content

Commit

Permalink
Use macos-13-xlarge runner (Apple Silicon) for jobs that build for vi…
Browse files Browse the repository at this point in the history
…sionOS
  • Loading branch information
calda committed Jan 12, 2024
1 parent 4066687 commit 108b213
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

build-package:
name: "Build Package"
runs-on: macos-13
runs-on: macos-13-xlarge
strategy:
fail-fast: false
matrix:
Expand All @@ -44,7 +44,7 @@ jobs:

build-example:
name: "Build Example App"
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

build-xcframework-with-visionOS-support:
name: "Build XCFramework"
runs-on: macos-13
runs-on: macos-13-xlarge
strategy:
matrix:
xcode:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

spm-xcode-15:
name: "Test Swift Package Manager"
runs-on: macos-13
runs-on: macos-13-xlarge
strategy:
matrix:
xcode:
Expand All @@ -171,7 +171,7 @@ jobs:

carthage:
name: "Test Carthage support"
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 108b213

Please sign in to comment.