Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
0eed785
DON-2381 update to macos-15
tykayoshi Dec 8, 2025
0abe1f2
DON-2381 install sim
tykayoshi Dec 8, 2025
bb4fee2
DON-2381 update simulator
tykayoshi Dec 8, 2025
0a0a5a5
DON-2381 update simulator
tykayoshi Dec 8, 2025
24cbd6d
DON-2381 xcode 16.4, simulator 18.5
tykayoshi Dec 8, 2025
317a338
DON-2381 install sim first step
tykayoshi Dec 9, 2025
bb84d16
DON-2381 install simulator
tykayoshi Dec 9, 2025
77d3d23
DON-2381 move install simulator
tykayoshi Dec 9, 2025
ee81b51
DON-2381 sim install 18.0
tykayoshi Dec 9, 2025
8ef7e6e
DON-2381 update
tykayoshi Dec 9, 2025
b5f0be5
DON-2381 update
tykayoshi Dec 9, 2025
63056b5
DON-2381 wip
tykayoshi Dec 9, 2025
d86b011
DON-2381 update
tykayoshi Dec 9, 2025
efa7671
DON-2381 update
tykayoshi Dec 9, 2025
3c8d961
DON-2381 update
tykayoshi Dec 9, 2025
5cf4e07
Record snapshots
tykayoshi Dec 9, 2025
9710e75
DON-2381 increase test timeout
tykayoshi Dec 9, 2025
4549a73
Record snapshots
tykayoshi Dec 9, 2025
beace87
DON-2381 update
tykayoshi Dec 9, 2025
99ad118
Record snapshots
tykayoshi Dec 9, 2025
77bca38
Updated snapshots
skyscanner-backpack-bot[bot] Dec 9, 2025
c638ff2
DON-2381 update ci script
tykayoshi Dec 9, 2025
db53369
DON-2381 update ci script
tykayoshi Dec 9, 2025
fcb1345
Merge branch 'donburi/DON-2381-Test-Macos-15-Runners' of github.com:S…
tykayoshi Dec 9, 2025
b932fb9
DON-2381 update ci script
tykayoshi Dec 9, 2025
e9b70c0
DON-2381 update
tykayoshi Dec 9, 2025
b1e6d3b
DON-2381 update
tykayoshi Dec 9, 2025
a37b974
Record snapshots
tykayoshi Dec 10, 2025
6501858
Updated snapshots
skyscanner-backpack-bot[bot] Dec 10, 2025
13ff8be
DON-2381 reduce timeout to 40 minutes from 70
tykayoshi Dec 10, 2025
11591b3
Merge commit 'd4fdc7b898a114a3750056a404aa1573de25c4f7' into donburi/…
faurevid Jan 20, 2026
c809056
Update CI simulator to 18.5
faurevid Jan 20, 2026
95e014e
Update git workflow
faurevid Jan 20, 2026
62f5440
Fix snapshot tests
faurevid Jan 20, 2026
0bcf548
Record snapshots
faurevid Jan 20, 2026
58d2f6f
Updated snapshots
skyscanner-backpack-bot[bot] Jan 20, 2026
8d0b4f4
Merge commit 'b8ab8ba02607a0d085d45f25b7b8cdcc88aef45e' into donburi/…
faurevid Jan 21, 2026
596c074
Merge commit '7761dc75747f5d2de0aca24cd78c257ecbd32f0e' into donburi/…
faurevid Jan 22, 2026
ae5d468
Merge branch 'main' into donburi/DON-2381-Test-Macos-15-Runners
novinfard Jan 28, 2026
a96455d
Merge branches 'donburi/DON-2381-Test-Macos-15-Runners' and 'main' of…
Feb 2, 2026
9e25a2b
Merge branch 'main' of github.com:Skyscanner/backpack-ios into donbur…
Feb 5, 2026
047f316
Merge branch 'main' into donburi/DON-2381-Test-Macos-15-Runners
tykayoshi Feb 17, 2026
e2b2f4b
Record snapshots
tykayoshi Feb 17, 2026
fde61db
Updated snapshots
skyscanner-backpack-bot[bot] Feb 17, 2026
40f6a71
Assert snapshots
tykayoshi Feb 17, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/_build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
jobs:
BuildDocs:
name: Build Docs
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 20
permissions:
statuses: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
Setup:
name: Install Dependencies
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
Expand All @@ -23,7 +23,7 @@ jobs:

Lint:
name: Lint Project
runs-on: macos-14
runs-on: macos-15
needs: [Setup]
timeout-minutes: 20
steps:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

AnalyzePods:
name: Analyzing pods
runs-on: macos-14
runs-on: macos-15
needs: [Setup]
timeout-minutes: 20
strategy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
Deploy-Common:
name: Release Common to Cocoapods
runs-on: macos-14
runs-on: macos-15
environment: Publishing
needs: [Build]
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

Deploy-UIKit:
name: Release UIKit to Cocoapods
runs-on: macos-14
runs-on: macos-15
environment: Publishing
needs: [Build]
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

Deploy-SwiftUI:
name: Release SwiftUI to Cocoapods
runs-on: macos-14
runs-on: macos-15
environment: Publishing
needs: [Build]
steps:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

Deploy-Docs:
name: Release Backpack Docs
runs-on: macos-14
runs-on: macos-15
environment: Publishing
needs: [Deploy-SwiftUI, Deploy-UIKit, Deploy-Common]
steps:
Expand Down
Loading