Skip to content

Commit

Permalink
Merge pull request #456 from aboutyou/github-actions-macos
Browse files Browse the repository at this point in the history
Align with new macOS / Xcode versions in GitHub Actions
  • Loading branch information
HenriBeck authored Jan 21, 2025
2 parents d237563 + 3721987 commit 2471abc
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 2471abc

Please sign in to comment.