Skip to content

Commit

Permalink
Run everyting on macos-15 (kstenerud#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 authored Jan 22, 2025
1 parent e62b011 commit 1b4ddb5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
sample:
runs-on: "macos-${{ matrix.macos-version || 'latest' }}"
runs-on: macos-15
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
lint:
runs-on: "macos-${{ matrix.macos-version || 'latest' }}"
runs-on: macos-15
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
integration-tests:
runs-on: macos-latest
runs-on: macos-15
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: pod trunk push KSCrash.podspec --verbose

rollback:
runs-on: macos-latest
runs-on: macos-15
needs: release
if: failure()
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,24 @@ jobs:
matrix:
include:
- platform: iOS
macos-version: "15"
- platform: iOS
xcode-version: "latest"
macos-version: "15"
- platform: iOS
platform-version: ~16.4.0
macos-version: "13"
xcode-version: "14.3.1"

- platform: watchOS
macos-version: "15"
- platform: watchOS
platform-version: ~9.4.0
macos-version: "13"
xcode-version: "14.3.1"

- platform: tvOS
macos-version: "15"
- platform: tvOS
platform-version: ~16.4.0
macos-version: "13"
Expand Down

0 comments on commit 1b4ddb5

Please sign in to comment.