Skip to content

Commit 1cf6082

Browse files
authored
Reconfigured CI 2/
1 parent 115a3d0 commit 1cf6082

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os:
17-
- macos-13 # x86_64 (Intel)
18-
- macos-latest # arm64 (Apple Silicon)
19-
xcode:
20-
- 15.4 # Swift 5.10
21-
- 16.1 # Swift 6.0
16+
include:
17+
- os: macos-13 # x86_64 (Intel)
18+
xcode: 15.2 # Swift 5.9.2
19+
- os: macos-14 # ???
20+
xcode: 15.3 # Swift 5.10
21+
- os: macos-latest # arch64 (Apple Silicon)
22+
xcode: 16.2 # Swift 6.0
2223

2324
steps:
2425
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)