Skip to content

Commit

Permalink
Align with new macOS / Xcode versions in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tp committed Dec 11, 2024
1 parent d237563 commit 3721987
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 3721987

Please sign in to comment.