Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
test:
name: Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
runs-on: macos-14
runs-on: macos-26

env:
xcodeproj: Auth0.xcodeproj
Expand All @@ -30,7 +30,7 @@ jobs:
- { os: macOS, scheme: Auth0.macOS }
- { os: tvOS, scheme: Auth0.tvOS }
xcode:
- '16.1'
- '26.4'

steps:
- name: Checkout
Expand Down Expand Up @@ -61,12 +61,12 @@ jobs:

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

strategy:
matrix:
xcode:
- '16.1'
- '26.4'

steps:
- name: Checkout
Expand All @@ -83,12 +83,12 @@ jobs:

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

strategy:
matrix:
xcode:
- '16.1'
- '26.4'

steps:
- name: Checkout
Expand All @@ -105,7 +105,7 @@ jobs:

swiftlint:
name: Lint code with SwiftLint
runs-on: macos-14
runs-on: macos-26

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
xcode:
- "16.1"
- "26.2"

steps:
- name: Checkout code
Expand Down
Loading