Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Mar 21, 2024
1 parent 818e32b commit 9d197dd
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
target: visionOS
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -99,6 +94,11 @@ jobs:
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
target: visionOS
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
- os: macos-13
xcode: Xcode_15.2
test-specs: unit
- os: macos-14
xcode: Xcode_15.2
test-specs: unit
- os: macos-14
xcode: Xcode_15.2
target: visionOS
test-specs: unit
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -71,12 +64,17 @@ jobs:
matrix:
# TODO: macos tests are blocked by https://github.com/erikdoe/ocmock/pull/532
target: [iOS, tvOS, macOS, watchOS, catalyst]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
- os: macos-14
xcode: Xcode_15.2
target: visionOS
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
target: [iOS, watchOS, tvOS, macOS, catalyst]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
target: [iOS, tvOS, macOS, catalyst, watchOS]
os: [macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
include:
- os: macos-12
xcode: Xcode_14.2
Expand Down

0 comments on commit 9d197dd

Please sign in to comment.