Skip to content

Commit

Permalink
ci: changed the runner to macos-13-x-large to include visionOS simula…
Browse files Browse the repository at this point in the history
…tors
  • Loading branch information
desusai7 committed Jul 1, 2024
1 parent c272e18 commit ccdb3f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: authorize # Require approval before running on forked pull requests
name: Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
environment: ${{ github.event.pull_request.head.repo.fork && 'external' || 'internal' }}
runs-on: macos-13
runs-on: macos-13-xlarge

env:
xcodeproj: SimpleKeychain.xcodeproj
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

test-package:
name: Test Swift package using Xcode ${{ matrix.xcode }}
runs-on: macos-13
runs-on: macos-13-xlarge

strategy:
matrix:
Expand All @@ -95,7 +95,7 @@ jobs:

pod-lint:
name: Lint podspec using Xcode ${{ matrix.xcode }}
runs-on: macos-13
runs-on: macos-13-xlarge

strategy:
matrix:
Expand All @@ -116,7 +116,7 @@ jobs:

swiftlint:
name: Lint code with SwiftLint
runs-on: macos-13
runs-on: macos-13-xlarge

steps:
- name: Checkout
Expand Down

0 comments on commit ccdb3f2

Please sign in to comment.