Skip to content

Commit

Permalink
Update CI to Xcode 15 and macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 1, 2024
1 parent 757ed83 commit 4fdbf0b
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
TEST: true
Expand All @@ -54,10 +54,10 @@ jobs:
DEVICE: iPhone 14
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS, macOS, watchOS, catalyst]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ env:
jobs:
cocoapods:
name: cocoapods - ${{ matrix.os }}
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
os: [iOS, catalyst, tvOS, macOS]
xcode: ["14.2"]
xcode: ["15.3"]
include:
- os: iOS
device: iPhone 12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check:
runs-on: macOS-12
runs-on: macOS-14
env:
MINT_PATH: ${{ github.workspace }}/mint
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: true
Expand Down Expand Up @@ -54,10 +54,10 @@ jobs:
SWIFT_SUFFIX: Swift
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS, macOS, watchOS]
include:
- os: iOS
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
SWIFT_SUFFIX: Swift
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: true
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:

spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
SWIFT_SUFFIX: Swift
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS]
include:
- os: iOS
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-12
runs-on: macOS-14
env:
SPM: false
LEGACY: true
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:

spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-12
runs-on: macOS-14
strategy:
matrix:
xcode: ["14.2"]
xcode: ["15.3"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down

0 comments on commit 4fdbf0b

Please sign in to comment.