Skip to content

Commit

Permalink
Merge branch 'master' into fix/switch-case-exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Jan 21, 2025
2 parents 2c4aadf + 2471abc commit 41c3155
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,17 @@ jobs:
matrix:
os: [macos-13, macos-14, macos-15]
package: [sign_in_with_apple/sign_in_with_apple]
xcode: ["14.3.1", "15.2", "16.0"]
xcode: ["14.3.1", "15.2", "16.1"]
flutter: ["3.19.1", "3.24.3"]
exclude:
- os: macos-13
xcode: 15.2
- os: macos-13
xcode: 16.0
xcode: 16.1
- os: macos-14
xcode: 16.0
xcode: 14.3.1
- os: macos-14
xcode: 16.1
flutter: 3.19.1
- os: macos-15
xcode: 15.2
Expand Down Expand Up @@ -129,6 +131,8 @@ jobs:
exclude:
- os: macos-13
xcode: 14.3.1
- os: macos-14
xcode: 14.3.1
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 41c3155

Please sign in to comment.