Skip to content

Commit 2471abc

Browse files
authored
Merge pull request aboutyou#456 from aboutyou/github-actions-macos
Align with new macOS / Xcode versions in GitHub Actions
2 parents d237563 + 3721987 commit 2471abc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/dart.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,17 @@ jobs:
6161
matrix:
6262
os: [macos-13, macos-14, macos-15]
6363
package: [sign_in_with_apple/sign_in_with_apple]
64-
xcode: ["14.3.1", "15.2", "16.0"]
64+
xcode: ["14.3.1", "15.2", "16.1"]
6565
flutter: ["3.19.1", "3.24.3"]
6666
exclude:
6767
- os: macos-13
6868
xcode: 15.2
6969
- os: macos-13
70-
xcode: 16.0
70+
xcode: 16.1
7171
- os: macos-14
72-
xcode: 16.0
72+
xcode: 14.3.1
73+
- os: macos-14
74+
xcode: 16.1
7375
flutter: 3.19.1
7476
- os: macos-15
7577
xcode: 15.2
@@ -129,6 +131,8 @@ jobs:
129131
exclude:
130132
- os: macos-13
131133
xcode: 14.3.1
134+
- os: macos-14
135+
xcode: 14.3.1
132136
steps:
133137
- uses: actions/checkout@v1
134138
- uses: actions/setup-java@v1

0 commit comments

Comments
 (0)